wip
This commit is contained in:
parent
f756cedcaf
commit
ce341a4d08
1 changed files with 7 additions and 7 deletions
|
@ -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',
|
||||
# ],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue