This commit is contained in:
mwiegand 2021-06-29 01:53:26 +02:00
parent f756cedcaf
commit ce341a4d08

View file

@ -19,15 +19,15 @@
},
'wireguard': {
# 172.19.136.0/22 dev wg0 proto kernel scope link src 172.19.136.3
'my_ip': '172.30.0.3/24',
'my_ip': '172.30.0.1/24',
'peers': {
'htz.mails': {
'route': [
'10.0.0.0/24',
'10.0.2.0/24',
'10.0.9.0/24',
'10.0.10.0/24',
],
# 'route': [
# '10.0.0.0/24',
# '10.0.2.0/24',
# '10.0.9.0/24',
# '10.0.10.0/24',
# ],
},
},
},