From e335c13fb8acb676cdf8b5abfb2b0c3203212db5 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 11 Nov 2006 14:46:52 +0000 Subject: Document port range stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5688 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 6153d958f..198819822 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -82,7 +82,14 @@ # bind address - specifies which address ports bind to. Leaving this # # field blank binds the port to all IPs available. # # # -# port - The port number to bind to # +# port - The port number to bind to. You may specify a port # +# range here, e.g. "6667-6669,7000,7001". If you do # +# this, the server will count each port within your # +# range as a seperate binding, making the above # +# example equivalent to five seperate bind tags. # +# A failure on one port in the range does not prevent # +# the entire range from being bound, just that one # +# port number. # # # # type - can be 'clients' or 'servers'. The clients type is # # a standard tcp based socket, the servers type is a # @@ -116,9 +123,8 @@ # default) then you do not need to prefix your addresses like this. # # # - - - + + #-#-#-#-#-#-#-#-#-#- DIE/RESTART CONFIGURATION -#-#-#-#-#-#-#-#-#-#- -- cgit v1.2.3