Skip to content

Commit

Permalink
Automatic Version Build from GitHub Action at Thu Nov 7 06:14:16 UTC …
Browse files Browse the repository at this point in the history
…2024 1.76.6
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent a30d11f commit e3161d4
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 1 deletion.
Binary file added apk/bin/tailscale
Binary file not shown.
Binary file added apk/bin/tailscaled
Binary file not shown.
Binary file removed tailscale_1.76.3_arm64.apk
Binary file not shown.
1 change: 0 additions & 1 deletion tailscale_1.76.3_arm64.tgz

This file was deleted.

Binary file added tailscale_1.76.6_arm64.apk
Binary file not shown.
Binary file added tailscale_1.76.6_arm64.tgz
Binary file not shown.
8 changes: 8 additions & 0 deletions tailscale_1.76.6_arm64/systemd/tailscaled.defaults
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Set the port to listen on for incoming VPN packets.
# Remote nodes will automatically be informed about the new port number,
# but you might want to configure this in order to set external firewall
# settings.
PORT="41641"

# Extra flags you might want to pass to tailscaled.
FLAGS=""
23 changes: 23 additions & 0 deletions tailscale_1.76.6_arm64/systemd/tailscaled.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[Unit]
Description=Tailscale node agent
Documentation=https://tailscale.com/kb/
Wants=network-pre.target
After=network-pre.target NetworkManager.service systemd-resolved.service

[Service]
EnvironmentFile=/etc/default/tailscaled
ExecStart=/usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=${PORT} $FLAGS
ExecStopPost=/usr/sbin/tailscaled --cleanup

Restart=on-failure

RuntimeDirectory=tailscale
RuntimeDirectoryMode=0755
StateDirectory=tailscale
StateDirectoryMode=0700
CacheDirectory=tailscale
CacheDirectoryMode=0750
Type=notify

[Install]
WantedBy=multi-user.target
Binary file added tailscale_1.76.6_arm64/tailscale
Binary file not shown.
Binary file added tailscale_1.76.6_arm64/tailscaled
Binary file not shown.

0 comments on commit e3161d4

Please sign in to comment.