diff options
author | shennetsind <notind@gmail.com> | 2013-01-25 12:45:18 -0800 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-01-25 12:45:18 -0800 |
commit | 762ea882f34c7821541135e32e217beb7930a52c (patch) | |
tree | 89d1ef06a067e74dda88575bc0e6dd655f8ada93 /conf/subnet.conf | |
parent | 6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff) | |
parent | 754af15505f32237f8063e51ae9a1cb90788dff4 (diff) | |
download | hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.gz hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.bz2 hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.xz hercules-762ea882f34c7821541135e32e217beb7930a52c.zip |
Merge pull request #3 from shennetsind/master
Dropping _athena conf suffixes
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 |