diff options
author | Haruna <haru@dotalux.com> | 2015-08-05 15:00:35 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-08-05 15:00:35 +0200 |
commit | 6424873bd99d04e91083fb4331ba365e2987aff4 (patch) | |
tree | 5eef2c19fe98051f87cf9b5364ca9a5b1c695356 /conf | |
parent | 2c1976035dd87ce630fc0ec1feae20be54d8f2d5 (diff) | |
parent | 6ed1565c2264c9068563295c49bdf6d0ee4a3433 (diff) | |
download | hercules-6424873bd99d04e91083fb4331ba365e2987aff4.tar.gz hercules-6424873bd99d04e91083fb4331ba365e2987aff4.tar.bz2 hercules-6424873bd99d04e91083fb4331ba365e2987aff4.tar.xz hercules-6424873bd99d04e91083fb4331ba365e2987aff4.zip |
Merge pull request #582 from 4144/interserverip
Add checks for servers ip address in inter server connections.
Diffstat (limited to 'conf')
-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 |