From c50668bc9b33bddb8c35a926354f01bb7b1d8a12 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 16 Apr 2007 16:33:01 +0000 Subject: [PATCH] Now this looks like it was supposed to. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6805 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 44 ++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 3ace28c39..0cf2a1f4c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -192,25 +192,24 @@ #-#-#-#-#-#-#-#-#-#- CONNECTIONS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# # # # This is where you can configure which connections are allowed # -# and denied access onto your server. # -# The password is optional. # -# You may have as many of these as you require. # -# To allow/deny all connections use a * # +# and denied access onto your server. The password is optional. # +# You may have as many of these as you require. To allow/deny all # +# connections, use a '*' or 0.0.0.0/0. # # # # Syntax is as follows: # # # -# # -# # -# # -# # -# # -# # -# # -# # -# # +# # +# # +# # # # # IP masks may be specified in CIDR format or wildcard format, # -# for IPV4 and IPV6. # +# for IPV4 and IPV6. You *cannot* use hostnames in the allow or # +# deny field, as the state is applied before the user's DNS has # +# been resolved. # # # # You may optionally include timeout="x" on any allow line, which # # specifies the amount of time given before an unknown connection # @@ -242,7 +241,6 @@ # receive more than they send in normal circumstances. The default # # if not specified is 4096. # # # -# IMPORTANT NOTE, CALL THE CONFUSION POLICE! # # The sendq is the data waiting to be sent TO THE USER. # # The recvq is the data being received FROM THE USER. # # The names sendq and recvq are from the SERVER'S PERSPECTIVE not # @@ -261,11 +259,21 @@ # # # 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. # +# only incoming connections on the specified port will match. Port # +# tags may be used on connect allow and connect deny tags. # # # - - + + + -- 2.39.5