mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-13 21:27:48 +02:00
WireGuard: disable SaveConfig, update-users fix (#985)
- Disables SaveConfig. SaveConfig totally breaks the idea of configuration management and it breaks update-users - WireGuard update-users fix. Mentioned in https://github.com/trailofbits/algo/issues/980#issuecomment-393720561
This commit is contained in:
@@ -4,7 +4,7 @@ Address = {{ wireguard_network_ipv4['subnet'] }}/{{ wireguard_network_ipv4['pref
|
||||
|
||||
ListenPort = {{ wireguard_port }}
|
||||
PrivateKey = {{ lookup('file', wireguard_config_path + '/private/' + IP_subject_alt_name) }}
|
||||
SaveConfig = true
|
||||
SaveConfig = false
|
||||
Table = off
|
||||
|
||||
{% for u in users %}
|
||||
|
||||
Reference in New Issue
Block a user