-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic Version Build from GitHub Action at Tue Feb 7 17:31:44 UTC …
…2023 v1.36.0
- Loading branch information
github-actions
committed
Feb 7, 2023
1 parent
710181b
commit 8313d0f
Showing
13 changed files
with
66 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[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 | ||
ExecStartPre=/usr/sbin/tailscaled --cleanup | ||
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 not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[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 | ||
ExecStartPre=/usr/sbin/tailscaled --cleanup | ||
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.