Expand DN42 allocation to 172.20.170.192/27
This commit is contained in:
parent
706218c5b8
commit
e3b4b19a2f
|
@ -4,7 +4,7 @@ define OWNAS = 4242423934;
|
|||
define OWNIP = 172.20.170.192;
|
||||
|
||||
function is_self_net() {
|
||||
return net ~ [172.20.170.192/28+];
|
||||
return net ~ [172.20.170.192/27+];
|
||||
}
|
||||
|
||||
function is_valid_network() {
|
||||
|
|
Loading…
Reference in a new issue