diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-15 18:29:19 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-15 18:29:19 +0000 |
commit | ee83c3cc5d7e2f6b905f35d402647d04b664d8d9 (patch) | |
tree | ddf7cfdbe2a6ee433f538fe38b68862b4f6f6078 /docs/inspircd.conf.example | |
parent | 56d733a9fa9477d281b62ac9237eb7ac8356340d (diff) |
Allow a reason to be specified for <connect:deny>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12468 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 43afc22f0..b3928712c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -225,7 +225,8 @@ # deny: Will not let people connect if they have specified host/IP. deny="69.254.*"> -<connect deny="3ffe::0/32"> +# connect:reason is the message that users will see if they match a deny block +<connect deny="3ffe::0/32" reason="The 6bone address space is deprecated"> <connect # name: Name to use for this connect block. Mainly used for |