diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-04 14:39:05 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-04 14:39:05 -0800 |
commit | 750e33cfba758d12c7d161d3b4ef7ea7e130bac4 (patch) | |
tree | e6fd90305bc97e13b82c2731478131c6ea654a20 | |
parent | 260785e7440ffe10acc23f3357dad94d2c774519 (diff) | |
download | oldinfra-750e33cfba758d12c7d161d3b4ef7ea7e130bac4.tar.gz oldinfra-750e33cfba758d12c7d161d3b4ef7ea7e130bac4.zip |
randomize client port
-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 |