tailscale: disable logging master
authorNate Robinson <nrobinson2000@me.com>
Sat, 31 Jan 2026 03:38:15 +0000 (22:38 -0500)
committerGeorge Sapkin <george@sapk.in>
Sat, 31 Jan 2026 19:14:48 +0000 (21:14 +0200)
Set TS_NO_LOGS_NO_SUPPORT=true as documented here:

https://tailscale.com/kb/1011/log-mesh-traffic?tab=linux#opt-out-of-client-logging

Signed-off-by: Nate Robinson <nrobinson2000@me.com>
net/tailscale/Makefile
net/tailscale/files/tailscale.init

index 3a0ec90aae248de9b4884d2a6ba4394990f32faf..d53a4d7541a833c94ca54c1b35c0c698a7a17334 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tailscale
 PKG_VERSION:=1.94.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)?
index 5100c7ceed963043cf5fcbd5329bf08d28c46d5c..f0033f086e6ef3d073cdcce855a5803591b01903 100644 (file)
@@ -7,6 +7,8 @@
 USE_PROCD=1
 START=80
 
+export TS_NO_LOGS_NO_SUPPORT=true
+
 start_service() {
   local state_file
   local port
@@ -28,6 +30,9 @@ start_service() {
   # Use nftables by default - can be changed to 'iptables' in tailscale config
   procd_set_param env TS_DEBUG_FIREWALL_MODE="$fw_mode"
 
+  # Disable logging to log.tailscale.com
+  procd_set_param env TS_NO_LOGS_NO_SUPPORT=true
+
   # 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