mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
SaveConfig to true
This commit is contained in:
parent
0353a7a117
commit
b1e3e5134b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Address = {{ wireguard_network_ipv4['subnet'] }}/{{ wireguard_network_ipv4['pref
|
|||
DNS = {{ local_service_ip }}
|
||||
ListenPort = {{ wireguard_port }}
|
||||
PrivateKey = {{ lookup('file', wireguard_config_path + '/private/' + IP_subject_alt_name) }}
|
||||
SaveConfig = false
|
||||
SaveConfig = true
|
||||
Table = off
|
||||
|
||||
{% for u in users %}
|
||||
|
|
Loading…
Add table
Reference in a new issue