fix: wireguard config failfast

This commit is contained in:
Clément Désiles
2026-01-18 13:21:37 +01:00
parent aa5de65d30
commit 8d3db69172
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ wireguard_port: 51820 # static port to receive input connections
wireguard_server_mode: true # enables NAT and open port
wireguard_interface: wg0
wireguard_config_base_path: /etc/wireguard
wireguard_address: 192.168.27.1/27
wireguard_dns: 192.168.27.1
# wireguard_address: 192.168.27.1/27 # Intentionally undefined - role will fail if not set
# wireguard_dns: 192.168.27.1 # Intentionally undefined - role will fail if not set
wireguard_peers: []