add newlines

This commit is contained in:
Ben Potter 2021-10-20 17:45:41 +00:00
parent dd333ee980
commit a04a272385
No known key found for this signature in database
GPG Key ID: C39EC065353E70F2
4 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,4 @@ RUN apt-get update && \
USER coder
ENV ALL_PROXY=socks5://localhost:1080
ENV http_proxy=http://localhost:3128
ENV http_proxy=http://localhost:3128

View File

@ -4,4 +4,4 @@ Pin: origin pkgs.tailscale.com
Pin-Priority: 1
Package: tailscale
Pin: origin pkgs.tailscale.com
Pin-Priority: 500
Pin-Priority: 500

View File

@ -1,2 +1,2 @@
# Tailscale packages for ubuntu focal
deb [signed-by=/usr/share/keyrings/tailscale.gpg] https://pkgs.tailscale.com/stable/ubuntu focal main
deb [signed-by=/usr/share/keyrings/tailscale.gpg] https://pkgs.tailscale.com/stable/ubuntu focal main

View File

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/tailscaled --state=/home/coder/.config/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock --port $PORT --tun=userspace-networking --socks5-server=localhost:1080 --outbound-http-proxy-listen=localhost:3128 $FLAGS
ExecStart=-/usr/sbin/tailscaled --state=/home/coder/.config/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock --port $PORT --tun=userspace-networking --socks5-server=localhost:1080 --outbound-http-proxy-listen=localhost:3128 $FLAGS