Commit Graph

28 Commits

Author SHA1 Message Date
Internet1235
03a28958ab
tailscale: Bump to 1.82.0 2025-04-23 22:31:46 +08:00
alfredfenglq
18ae442f01
bump to v1.80.3 2025-03-24 10:55:49 +08:00
coolsnowwolf
c4eec2a9f9 tailscale: bump to v1.76.1 2024-10-22 17:53:01 +08:00
喵二
fc27c176f2
Update tailscale to 1.70.0 2024-07-24 11:23:18 +08:00
mitsukileung
41c7faf564
Update tailscale to 1.68.1 2024-06-21 03:48:37 +08:00
HHJLKK
9f470f59fd
tailscale: Update to 1.66.3 (#814) 2024-05-19 12:26:13 +08:00
HHJLKK
6bfc9b160b
tailscale: Update to 1.66.1 (#813) 2024-05-14 17:51:16 +08:00
Kevin.MX
a1f46daeac
tailscale: update to 1.64.2 (#797) 2024-04-26 19:00:05 +08:00
vant
98896f2427
tailscale: update to 1.44.3 (#753)
the latest version with iptables support
2024-01-14 03:30:27 +08:00
Max
2aa331a0a7
tailscale: update to 1.42.0 (#686) 2023-05-27 15:00:08 +08:00
Lee Clow
d9b86c7003
tailscale: makefile typo fixes (#680)
Fix “tailscaled.state” file does not exist
Remove redundant '/'
2023-04-25 19:05:01 +08:00
Oskari Rauta
771078b900 tailscale: update to 1.36.0
- Update tailscale to version 1.36.0
 - Patch iptables support

Tailscale does not (yet) support nftables.
Tailscale allows running with --netfilter=off allowing
end-user to create his own firewall rules, but this
affects only tailscale cli, not tailscaled daemon, so
connection cannot be made without error telling that
tailscaled was unable to determine execute iptables
for determining it's version.

There is a work-around for those who do not want
nft-iptables compatibility package; they can create
a script to /usr/bin/iptables which responds to
--version argument and echos fake version string
and on any other arguments or no arguments, just exits.

After this procedure and starting tailscale cli with
netfilter off- it works. Openwrt has moved on to
nftables, so iptables manipulation seems unnecessary.
Especially for other reasons, on Openwrt, firewall
should be configured on it's own, because firewall
rules made by other software, such as tailscale,
loose their firewalling rules when firewall restarts.

So I patched it to allow "fake" iptables pointing
to executable /bin/false and ignoring version
request. And I also set cli to default to
netfilter off setting.

If still end-user wants to use iptables, this
patch does not make it impossible; just install
iptables, or nft-iptables, and run tailscale
with argument --netfilter=on and it works out
as it did before, tailscaled daemon still
matches with iptables if it is found in $PATH.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-04-02 12:59:30 +00:00
Carlo Alberto Ferraris
b126cc2c1b tailscale: preserve tailscaled state file
Fixes #19774 

Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
2023-04-02 12:59:19 +00:00
Stanislav Petrashov
89e71d1494 tailscale: Update to version 1.32.3
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2023-04-02 12:59:01 +00:00
Stanislav Petrashov
177fa6c1bd tailscale: update to v1.32.0
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2023-04-02 12:58:51 +00:00
Michal Vasilek
34ec9028e8 tailscale: add version tests
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2023-04-02 12:58:42 +00:00
Michal Vasilek
c8573bb2ba tailscale: fix -version
tailscale version, tailscaled -version and the web UI reported the wrong
version number which doesn't cause any issues, but it can be confusing.

This is fixed by specifying the version in go ldflags similar to how
it's done in many other go packages and the official tailscale Dockerfile.

version.Long version can not be specified in GO_PKG_LDFLAGS_X because it
contains a space and GO_PKG_LDFLAGS_X is always split at a space.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2023-04-02 12:58:35 +00:00
Magnus Kessler
5ae0abe554 tailscale: update to version 1.24.2
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2023-04-02 12:58:19 +00:00
Beginner-Go
236bb3eef4 Revert "tailscale: update to 1.20.2"
This reverts commit e5c3e25138.
2023-04-02 12:57:53 +00:00
Beginner-Go
b1d3cdd28f Revert "tailscale: update to 1.24.2 (#426)"
This reverts commit 2d3c61bd01.
2023-04-02 12:57:45 +00:00
Beginner-Go
969f017669 Revert "tailscale: update to 1.26.0 (#472)"
This reverts commit c9c73f6165.
2023-04-02 12:57:38 +00:00
Beginner-Go
de487b4902 Revert "tailscale: update to 1.28.0 (#493)"
This reverts commit 0247014f79.
2023-04-02 12:57:28 +00:00
breakings
0247014f79
tailscale: update to 1.28.0 (#493) 2022-07-30 22:40:53 +08:00
breakings
c9c73f6165
tailscale: update to 1.26.0 (#472) 2022-06-08 22:43:20 +08:00
breakings
2d3c61bd01
tailscale: update to 1.24.2 (#426) 2022-05-05 17:05:23 +08:00
Shun Li
e5c3e25138 tailscale: update to 1.20.2 2022-02-04 14:34:08 +00:00
Wes Morgan
1dc0e72a25 tailscale: update to 1.18.2
Signed-off-by: Wes Morgan <git@wesmorgan.me>
2022-02-04 14:33:54 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00