diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-06 16:55:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-06 16:55:02 +0000 |
commit | f75fd54a7372138275d478aef877c3af8d5a2319 (patch) | |
tree | 1f946d5924d6843e02092fb14d4967eccdcd1c26 /docs/inspircd.conf.example | |
parent | d9b4390dbc7af872a143eacf35dde3b0db438119 (diff) |
Add documentation of <link:allowmask>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4736 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 34852bf4a..ae1d9b5e4 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -353,6 +353,13 @@ # UNLESS the connection fails (e.g. due to a bad # # password or servername) # # # +# allowmask - When this is defined, it indicates a range of IP # +# addresses to allow for this link (in CIDR form). # +# e.g. if your server is going to connect to you from # +# the range 1.2.3.1 through 1.2.3.255, put 1.2.3.0/24 # +# into this value. If it is not defined, then only # +# the ipaddr field of the server shall be allowed. # +# # # to u:line a server (give it extra privilages required for running # # services, Q, etc) you must include the <uline server> tag as shown # # in the example below. You can have as many of these as you like. # @@ -382,6 +389,7 @@ <link name="hub.penguin.org" ipaddr="penguin.box.com" port="7000" + allowmask="69.58.44.0/24" autoconnect="300" sendpass="outgoing!password" recvpass="incoming!password"> @@ -389,6 +397,7 @@ <link name="services.antarctic.com" ipaddr="localhost" port="7000" + allowmask="127.0.0.0/8" sendpass="penguins" recvpass="polarbears"> |