diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-09 14:33:41 +0300 |
commit | 7c2407a738adce17b1ee61cae8b705f002b14656 (patch) | |
tree | 27d856a86bfe9d76edfab9759acf9240658e6bd8 /conf/subnet.conf | |
parent | ad2413527a2204cf434226e62c9c8245025c0253 (diff) | |
download | hercules-7c2407a738adce17b1ee61cae8b705f002b14656.tar.gz hercules-7c2407a738adce17b1ee61cae8b705f002b14656.tar.bz2 hercules-7c2407a738adce17b1ee61cae8b705f002b14656.tar.xz hercules-7c2407a738adce17b1ee61cae8b705f002b14656.zip |
Remove conf dir.
Diffstat (limited to 'conf/subnet.conf')
-rw-r--r-- | conf/subnet.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/subnet.conf b/conf/subnet.conf deleted file mode 100644 index 5f2c75a99..000000000 --- a/conf/subnet.conf +++ /dev/null @@ -1,7 +0,0 @@ -// 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 |