Skip to content

Commit

Permalink
Automatic Version Build from GitHub Action at Wed Apr 26 18:49:10 UTC…
Browse files Browse the repository at this point in the history
… 2023 v1.38.4
  • Loading branch information
github-actions committed Apr 26, 2023
1 parent 5f612b7 commit 47c9e11
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 0 deletions.
Empty file modified apk/CONTROL/changelog.txt
100755 → 100644
Empty file.
Empty file modified apk/CONTROL/config.json
100755 → 100644
Empty file.
Empty file modified apk/CONTROL/config.json.edit
100755 → 100644
Empty file.
Empty file modified apk/CONTROL/description.txt
100755 → 100644
Empty file.
Empty file modified apk/CONTROL/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified apk/CONTROL/license.txt
100755 → 100644
Empty file.
Binary file added tailscale_1.38.4_amd64.tgz
Binary file not shown.
8 changes: 8 additions & 0 deletions tailscale_1.38.4_amd64/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=""
24 changes: 24 additions & 0 deletions tailscale_1.38.4_amd64/systemd/tailscaled.service
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 added tailscale_1.38.4_amd64/tailscale
Binary file not shown.
Binary file added tailscale_1.38.4_amd64/tailscaled
Binary file not shown.
Binary file added tailscale_1.38.4_arm64.tgz
Binary file not shown.
8 changes: 8 additions & 0 deletions tailscale_1.38.4_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=""
24 changes: 24 additions & 0 deletions tailscale_1.38.4_arm64/systemd/tailscaled.service
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 added tailscale_1.38.4_arm64/tailscale
Binary file not shown.
Binary file added tailscale_1.38.4_arm64/tailscaled
Binary file not shown.
Binary file added tailscale_v1.38.4_arm64.apk
Binary file not shown.
Binary file added tailscale_v1.38.4_x86_64.apk
Binary file not shown.

0 comments on commit 47c9e11

Please sign in to comment.