From 750e33cfba758d12c7d161d3b4ef7ea7e130bac4 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 4 Jan 2025 14:39:05 -0800 Subject: randomize client port --- roles/vpn/templates/config.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 493f64d..a5db296 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -293,4 +293,4 @@ 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 +randomize_client_port: true -- cgit v1.2.3-70-g09d2