diff options
author | Adam <Adam@anope.org> | 2013-11-21 15:52:38 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-11-21 15:52:38 -0500 |
commit | cc01e2144c2c9a0fd5c71c9a32300906aa14a246 (patch) | |
tree | ff723f2f6dac22c9decd5b127b81d61a1dc301c6 /docs/conf/links.conf.example | |
parent | d96b9715d1637f42a5b397e65471cd062b98c88c (diff) |
Allow multiple allowmasks in link blocks, #679
Diffstat (limited to 'docs/conf/links.conf.example')
-rw-r--r-- | docs/conf/links.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 382455bcd..b196c5621 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -29,7 +29,7 @@ # allowmask: Range of IP addresses to allow for this link. # Can be a CIDR (see example). - allowmask="69.58.44.0/24" + allowmask="69.58.44.0/24 127.0.0.0/8" # timeout: If defined, this option defines how long the server # will wait to consider the connect attempt failed and try the |