Commit graph

35 commits

Author SHA1 Message Date
e48c794b76 tailscale, adguardhome: update 2024-11-06 11:26:53 +04:00
721bace7f6
tailscale: update to 1.66.4 2024-06-09 01:50:56 +05:30
Zephyr Lykos
a37a6e1703 tailscale: Update to 1.58.2
https://github.com/tailscale/tailscale/releases/tag/v1.58.2

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-01-26 00:57:46 +01:00
Zephyr Lykos
0b0a13ed33 tailscale: Update to 1.58.0
https://github.com/tailscale/tailscale/releases/tag/v1.58.0

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-01-23 15:12:43 +08:00
Thomas Kupper
7bef195bba tailscale: create combined tailscale/tailscaled
Modify Makefile to combine tailscale and tailscaled according to
Tailscale documentatio (https://tailscale.com/kb/1207/small-tailscale)

This resulted for x86_64 in an exec of 31MB + the symlink. Before it
was 29MB (tailscaled) and 10MB (tailscale).

Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
2024-01-14 10:19:06 +08:00
Shi JiaYang
a2b72f13ff tailscale: Update to 1.56.1
Signed-off-by: Shi JiaYang <shi05275@163.com>
2023-12-25 12:40:48 -08:00
Zephyr Lykos
facf954779
tailscale: Update to 1.54.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-11-17 14:15:08 +08:00
Zephyr Lykos
7e9ed3b117
tailscale: Update to 1.52.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-11-10 21:40:13 +08:00
Zephyr Lykos
5cd966ca4f tailscale: Update to 1.50.1
https://github.com/tailscale/tailscale/releases/tag/v1.50.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-10-09 10:09:41 +08:00
Zephyr Lykos
eeb1e0f057 tailscale: Update to 1.50.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-09-27 11:14:21 -07:00
Tyler Young
992807ca35 tailscale: update to version 1.48.2
Release notes:
https://github.com/tailscale/tailscale/releases/tag/v1.48.2

Signed-off-by: Tyler Young <git@yfh.addy.io>
2023-09-23 17:49:13 +02:00
Tyler Young
ccde8d18a1 tailscale: set nftables as default
This changes the default firewall method used by Tailscale to nftables.
The 'autodetection' mode is only supported by arm64 and amd64 for now[1].
This causes mips devices to not do proper detection and incorrectly default back to
iptables.

I added a fw_mode variable to the tailscale.conf file that could be
set to iptables for easy conversion for someone still using iptables.
I was able to test on an older mips device and my current aarch64
without issues.

Also a few readme updates to bring it up to the current status.

1. dc7aa98b76/util/linuxfw/linuxfw_unsupported.go (L4C58-L4C58)

Signed-off-by: Tyler Young <git@yfh.addy.io>
2023-09-15 09:49:47 +08:00
Tyler Young
40d5ba9378 tailscale: enable autodect of fw type
Signed-off-by: Tyler Young <git@yfh.addy.io>
2023-08-28 21:59:55 +08:00
Zephyr Lykos
a9373d6dd1 tailscale: Update to 1.48.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-08-24 11:11:06 +08:00
Zephyr Lykos
750faf5942 tailscale: Update to 1.48.0
Everything is working on pure upstream code.
Patching is not longer needed.

Added entire /etc/tailscale/ directory to conffiles for persistent ssh
host key & https certificate across sysupgrades.

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-08-21 08:19:39 +02:00
Zephyr Lykos
2ee93efe5d tailscale: update to 1.44.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-07-10 19:49:00 -07:00
Zephyr Lykos
3d368ddc35 tailscale: update to 1.42.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-05-27 13:14:01 +08:00
Zephyr Lykos
0da92a74aa tailscale: update to 1.40.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-05-21 14:08:25 +08:00
Zephyr Lykos
69c983391f tailscale: update to 1.40.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-05-03 10:49:10 +08:00
Andre Heider
565866a472 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
Oskari Rauta
aabfc3f510 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-02-04 18:26:54 +08:00
Carlo Alberto Ferraris
02e154d3e5 tailscale: preserve tailscaled state file
Fixes #19774 

Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
2022-12-09 07:21:33 +08:00
Stanislav Petrashov
1ffe60bc85
tailscale: Update to version 1.32.3
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2022-12-03 19:50:45 +01:00
Stanislav Petrashov
9434a2dfb2
tailscale: update to v1.32.0
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2022-12-03 19:50:16 +01:00
Michal Vasilek
551bb8b718
tailscale: add version tests
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-10-13 11:31:38 +02:00
Michal Vasilek
738f44be4f
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>
2022-10-13 11:27:44 +02:00
Magnus Kessler
b557e9f0d1 tailscale: update to version 1.24.2
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2022-05-12 21:14:31 +02:00
Wes Morgan
efb908b032 tailscale: update to 1.18.2
Signed-off-by: Wes Morgan <git@wesmorgan.me>
2021-12-20 11:27:50 +02:00
Huangbin Zhan
94d57346fc treewide: add missing conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-10-27 23:18:42 -07:00
Jan Pavlinec
23d90cabd2
tailscale: update to version 1.12.3
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2021-08-23 08:45:04 +02:00
Jan Pavlinec
bb419b3227
tailscale: update to version 1.12.1
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2021-08-03 08:46:01 +02:00
Jan Pavlinec
3ee2a087a3
treewide: change email
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-07-29 13:21:02 +02:00
Jan Pavlinec
fabaf9f184
tailscale: update to version 1.8.7
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-06-24 12:23:43 +02:00
Jan Pavlinec
791de7b5d0
tailscale: update to version 1.8.1
Add readme with simple tailscale howto.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-10 18:34:04 +02:00
Jan Pavlinec
229b34286d
tailscale: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-29 09:10:58 +02:00