From f8e60e54100d3a50391b018a2d2343db436df2e6 Mon Sep 17 00:00:00 2001 From: Weckyy702 <7jlpiyc9@gmail.com> Date: Thu, 9 Jul 2026 17:39:58 +0000 Subject: [PATCH] Headscale: Remove deprecated config entry --- 01-headscale/config/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/01-headscale/config/config.yaml b/01-headscale/config/config.yaml index 8dfa07b..21857d9 100644 --- a/01-headscale/config/config.yaml +++ b/01-headscale/config/config.yaml @@ -406,4 +406,5 @@ logtail: # Enabling this option makes devices prefer a random port for WireGuard traffic over the # default static port 41641. This option is intended as a workaround for some buggy # firewall devices. See https://tailscale.com/kb/1181/firewalls/ for more information. -randomize_client_port: false +# DEPRECATED! +# randomize_client_port: false