fix "address/prefix length mismatch" warning
This commit is contained in:
parent
e14ac1804a
commit
cbfd7111f7
@ -1,6 +1,6 @@
|
|||||||
view "local" {
|
view "local" {
|
||||||
match-clients {
|
match-clients {
|
||||||
127.0.0.1/8;
|
127.0.0.0/8;
|
||||||
10.0.0.0/8;
|
10.0.0.0/8;
|
||||||
172.16.0.0/12;
|
172.16.0.0/12;
|
||||||
192.168.0.0/16;
|
192.168.0.0/16;
|
||||||
|
Loading…
Reference in New Issue
Block a user