diff options
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |