blob: 5f2c75a9932967c49afc65cd6f8517a9cd059b89 (
plain) (
blame)
1
2
3
4
5
6
7
|
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet
subnet: 255.0.0.0:127.0.0.1:127.0.0.1
subnet: 0.0.0.0:127.0.0.1:127.0.0.1
|