wg fix allowed ips
This commit is contained in:
parent
cdd379ba82
commit
b02adbb7cb
2 changed files with 1 additions and 3 deletions
|
@ -94,7 +94,6 @@
|
||||||
'allowed_ips': [
|
'allowed_ips': [
|
||||||
'10.0.10.0/24',
|
'10.0.10.0/24',
|
||||||
'10.0.11.0/24',
|
'10.0.11.0/24',
|
||||||
'10.0.20.0/24',
|
|
||||||
'192.168.178.0/24',
|
'192.168.178.0/24',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -35,8 +35,7 @@
|
||||||
'10.0.0.0/24',
|
'10.0.0.0/24',
|
||||||
'10.0.2.0/24',
|
'10.0.2.0/24',
|
||||||
'10.0.9.0/24',
|
'10.0.9.0/24',
|
||||||
'10.0.10.0/24',
|
'10.0.11.0/24',
|
||||||
'10.0.20.0/24',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue