aboutsummaryrefslogtreecommitdiff
path: root/net/tailscale
Commit message (Collapse)AuthorAge
* tailscale: update to 1.36.0Oskari Rauta2023-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* tailscale: preserve tailscaled state fileCarlo Alberto Ferraris2022-12-09
| | | | | Fixes #19774 Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
* tailscale: Update to version 1.32.3Stanislav Petrashov2022-12-03
| | | | Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
* tailscale: update to v1.32.0Stanislav Petrashov2022-12-03
| | | | Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
* tailscale: add version testsMichal Vasilek2022-10-13
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* tailscale: fix -versionMichal Vasilek2022-10-13
| | | | | | | | | | | | | 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>
* tailscale: update to version 1.24.2Magnus Kessler2022-05-12
| | | | Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
* tailscale: update to 1.18.2Wes Morgan2021-12-20
| | | | Signed-off-by: Wes Morgan <git@wesmorgan.me>
* treewide: add missing conffilesHuangbin Zhan2021-10-27
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* tailscale: update to version 1.12.3Jan Pavlinec2021-08-23
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* tailscale: update to version 1.12.1Jan Pavlinec2021-08-03
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* treewide: change emailJan Pavlinec2021-07-29
| | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tailscale: update to version 1.8.7Jan Pavlinec2021-06-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tailscale: update to version 1.8.1Jan Pavlinec2021-05-10
| | | | | | Add readme with simple tailscale howto. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tailscale: add new packageJan Pavlinec2021-04-29
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>