Document <connect deny> before <connect allow>, as tags are read top-down. Also document the order they are read in. Fixes bug #698, reported by Ankit.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11032 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2009-02-04 13:13:36 +00:00
parent 56c4074af5
commit 842a7effba

View File

@ -178,6 +178,17 @@
# You may have as many of these as you require. To allow/deny all #
# connections, use a '*' or 0.0.0.0/0. #
# #
# -- It is important to note that connect tags are read from the -- #
# TOP DOWN. This means that you should have more specific deny #
# and allow tags at the top, progressively more general, followed #
# by a <connect allow="*" (should you wish to have one). #
# #
# #
<connect
# deny: Will not let people connect if they have specified host/IP.
deny="69.254.*">
<connect deny="3ffe::0/32">
<connect
# allow: What IP addresses/hosts to allow for this block.
@ -228,11 +239,6 @@
# This entry is highly recommended to use for/with IP Cloaking/masking.
modes="+x">
<connect
# deny: Will not let people connect if they have specified host/IP.
deny="69.254.*">
<connect deny="3ffe::0/32">
#-#-#-#-#-#-#-#-#-#-#-#- CIDR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-
# #