diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-05 01:01:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-05 01:48:16 +0300 |
commit | 8e6fb2d743ff778eaf38ffbc7a44f0aea788d9b7 (patch) | |
tree | 681365b14d2c7cfa3cbba26cc837f305a473b671 | |
parent | 9364b06adaedda1f1314ff24be8da44e60875d27 (diff) | |
download | hercules-8e6fb2d743ff778eaf38ffbc7a44f0aea788d9b7.tar.gz hercules-8e6fb2d743ff778eaf38ffbc7a44f0aea788d9b7.tar.bz2 hercules-8e6fb2d743ff778eaf38ffbc7a44f0aea788d9b7.tar.xz hercules-8e6fb2d743ff778eaf38ffbc7a44f0aea788d9b7.zip |
Update subnet.conf for allow all ip addresses.
-rw-r--r-- | conf/subnet.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/subnet.conf b/conf/subnet.conf index e91fb7376..5f2c75a99 100644 --- a/conf/subnet.conf +++ b/conf/subnet.conf @@ -4,3 +4,4 @@ // 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 |