8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
5 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
|