fix connectivity to DMZ addresses
This commit is contained in:
parent
ad9a05dfb7
commit
fa3f672aa2
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ wireguard_interfaces:
|
|||
address: "10.225.191.4/24"
|
||||
peer_public_key: "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg="
|
||||
endpoint: "84.245.14.149:51820"
|
||||
allowed_ips: "10.225.191.4/24,192.168.10.0/24,192.168.20.0/24,192.168.40.0/24"
|
||||
allowed_ips: "10.225.191.4/24,192.168.10.0/24,192.168.20.0/24,192.168.30.0/24,192.168.40.0/24"
|
||||
preshared_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30323832316230326261663365363938306161623639643261376164373563346665643261656632
|
||||
|
@ -40,7 +40,7 @@ wireguard_interfaces:
|
|||
address: "192.168.30.129/32"
|
||||
peer_public_key: "5D/Wg2tsEY7t0TN5iSEQTU/rT77ANfG1p76y3ZIHIFs="
|
||||
endpoint: "carwash.pim.kunis.nl:11946"
|
||||
allowed_ips: "192.168.30.0/24,0.0.0.0/0"
|
||||
allowed_ips: "192.168.30.128/32,0.0.0.0/0"
|
||||
dns: "192.168.30.128"
|
||||
private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
|
|
Reference in a new issue