mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
changing to preshared dir instead of public
This commit is contained in:
parent
69b28ab3b0
commit
0270facdc2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ DNS = {{ wireguard_dns_servers }}
|
|||
|
||||
[Peer]
|
||||
PublicKey = {{ lookup('file', wireguard_pki_path + '/public/' + IP_subject_alt_name) }}
|
||||
PresharedKey = {{ lookup('file', wireguard_pki_path + '/public/' + item.1) }}
|
||||
PresharedKey = {{ lookup('file', wireguard_pki_path + '/preshared/' + item.1) }}
|
||||
AllowedIPs = 0.0.0.0/0{{ ', ::/0' if ipv6_support else '' }}
|
||||
Endpoint = {{ IP_subject_alt_name }}:{{ wireguard_port }}
|
||||
{{ 'PersistentKeepalive = ' + wireguard_PersistentKeepalive|string if wireguard_PersistentKeepalive > 0 else '' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue