diff options
Diffstat (limited to 'conf/subnet.conf')
-rw-r--r-- | conf/subnet.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/subnet.conf b/conf/subnet.conf new file mode 100644 index 000000000..e91fb7376 --- /dev/null +++ b/conf/subnet.conf @@ -0,0 +1,6 @@ +// 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 |