diff options
author | shennetsind <ind@henn.et> | 2013-01-25 14:02:43 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-25 14:03:15 -0200 |
commit | cf0e8e7563e4273137c8a582d66fe4fcc6c283fa (patch) | |
tree | b8110178da066837e6776dee756191ed51254b5f /conf/subnet.conf | |
parent | 6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff) | |
download | hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.gz hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.bz2 hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.xz hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.zip |
Dropping _athena file suffixes
Signed-off-by: shennetsind <ind@henn.et>
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 |