From 6ad8e55105e36e4cbb87c7a1365c726c6b5cbb27 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 7 Jul 2026 13:50:55 +0100 Subject: [PATCH] Remove deprecated headscale setting `randomize_client_port` --- ansible/roles/headscale/files/headscale.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/roles/headscale/files/headscale.yml b/ansible/roles/headscale/files/headscale.yml index 5441da2..66dfd18 100644 --- a/ansible/roles/headscale/files/headscale.yml +++ b/ansible/roles/headscale/files/headscale.yml @@ -303,8 +303,3 @@ logtail: # As there is currently no support for overriding the log server in headscale, this is # disabled by default. Enabling this will make your clients send logs to Tailscale Inc. enabled: false - -# 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