mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Readd documentation that just managed to vanish into thin air...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11296 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
08e23d6ba4
commit
9fa7a437cc
@ -207,6 +207,16 @@
|
||||
<connect deny="3ffe::0/32">
|
||||
|
||||
<connect
|
||||
# name: Name to use for this connect block. Mainly used for
|
||||
# connect class inheriting.
|
||||
name="secret"
|
||||
|
||||
# parent: This setting is to specify if this connect class
|
||||
# inherits settings from any other. Put the other class's name
|
||||
# in here to use its settings as a template - for example, if
|
||||
# you only want to adjust sendq and a password
|
||||
parent="main"
|
||||
|
||||
# allow: What IP addresses/hosts to allow for this block.
|
||||
allow="196.12.*"
|
||||
|
||||
@ -263,6 +273,10 @@
|
||||
port="6667">
|
||||
|
||||
<connect
|
||||
# name: Name to use for this connect block. Mainly used for
|
||||
# connect class inheriting.
|
||||
name="main"
|
||||
|
||||
# allow: What IP addresses/hosts to allow for this block.
|
||||
allow="*"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user