summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-16 03:10:31 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-16 03:10:31 +0000
commit5025402f6c8f94aa26fc0649eb0403f9988fa1a2 (patch)
tree7f8177ed6f2bc2c45767e5f23b015060e1d2e51b
parent9af6ca54c00f2c82782e14b5b222514c5b4b25c1 (diff)
Document <connect:port>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6803 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--docs/inspircd.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 32dc56783..3ace28c39 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -206,6 +206,7 @@
# <connect allow="ip mask" threshold="8" pingfreq="120"> #
# <connect allow="ip mask" sendq="99999" revcq="696969"> #
# <connect allow="ip mask" localmax="3" globalmax="3"> #
+# <connect allow="ip mask" port="6660"> #
# <connect deny="ip mask"> #
# #
# IP masks may be specified in CIDR format or wildcard format, #
@@ -258,6 +259,10 @@
# but if they can connect again to B, there are three. You get the #
# idea (i hope). #
# #
+# The optional port value determines which port the connect tag is #
+# handling. If left out the connect tag covers all bound ports else #
+# only incoming connections on the specified port will match. #
+# #
<connect allow="196.12.*" password="secret">
<connect allow="*" timeout="60" flood="20" threshold="1" pingfreq="120" sendq="262144" recvq="8192" localmax="3" globalmax="3">