From: brain Date: Sun, 6 Aug 2006 18:06:21 +0000 (+0000) Subject: Update docs to reflect where CIDR is allowed X-Git-Tag: v2.0.23~7560 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=inline;h=662253ef6e58a555ce60d26339ab05bf52540677;p=user%2Fhenk%2Fcode%2Finspircd.git Update docs to reflect where CIDR is allowed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4738 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index e0047913f..a7763bee3 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -168,6 +168,8 @@ # # # # # # +# IP masks may be specified in CIDR format for IPV4 and IPV6. # +# # # You may optionally include timeout="x" on any allow line, which # # specifies the amount of time given before an unknown connection # # is closed if USER/NICK/PASS are not given. This value is in secs # @@ -220,7 +222,7 @@ - + #-#-#-#-#-#-#-#-#-#-#-#- CLASS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#- @@ -301,6 +303,8 @@ # # # host - host of client allowed to oper-up. # # wildcards accepted, seperate multiple hosts with space # +# You may also specify CIDR ip addresses, however, if # +# you do this, ident values are not allowed in the mask. # # # # type - specified above, defines the kind of operator # # # @@ -313,7 +317,7 @@ @@ -915,7 +919,8 @@ # Optional - If you choose to use the m_httpd.so module, then you must # specify the port number and other details of your http server: # -# +# # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# @@ -1308,6 +1313,7 @@ # badip lines ban an ip range (same as a zline) # # # # ipmask - The ip range to ban (wildcards possible) # +# CIDR is supported in and zline only # # reason - Reason to display when disconnected # # # # badnick lines ban a nick mask (same as a qline) #