Typo in the local net definition
This commit is contained in:
parent
60e88aac72
commit
d447df80a6
|
@ -5,7 +5,7 @@ define OWNIP = 172.20.170.192;
|
||||||
define DN42_REGION = 41;
|
define DN42_REGION = 41;
|
||||||
|
|
||||||
function is_self_net() {
|
function is_self_net() {
|
||||||
return net ~ [172.20.170.192/27+];
|
return net ~ [172.20.170.192/27];
|
||||||
}
|
}
|
||||||
|
|
||||||
function is_valid_network() {
|
function is_valid_network() {
|
||||||
|
|
Loading…
Reference in a new issue