mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-17 02:03:03 +02:00
Enable PersistentKeepalive for NAT and Firewall Traversal Persistence
This commit is contained in:
parent
ff5ae2c3b9
commit
7d175d9780
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ DNS = {{ wireguard_dns_servers }}
|
||||||
PublicKey = {{ lookup('file', wireguard_config_path + '/public/' + IP_subject_alt_name) }}
|
PublicKey = {{ lookup('file', wireguard_config_path + '/public/' + IP_subject_alt_name) }}
|
||||||
AllowedIPs = 0.0.0.0/0, ::/0
|
AllowedIPs = 0.0.0.0/0, ::/0
|
||||||
Endpoint = {{ IP_subject_alt_name }}:{{ wireguard_port }}
|
Endpoint = {{ IP_subject_alt_name }}:{{ wireguard_port }}
|
||||||
|
PersistentKeepalive = 25
|
||||||
|
|
Loading…
Add table
Reference in a new issue