You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
4 months ago
|
// Subnet support file
|
||
|
// Format is:
|
||
|
// subnet: net-submask:char_ip:map_ip
|
||
|
// you can add more than one subnet (max 16)
|
||
|
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok
|
||
|
|
||
|
subnet: 255.0.0.0:127.0.0.1:127.0.0.1
|