]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/inspircd.conf.example
Clarify the documentation of <connect:allow>.
[user/henk/code/inspircd.git] / docs / conf / inspircd.conf.example
index 7099cefe262a6a7c4b53e4c7ca6dfa6696c1a9fb..164f8130d3eb46e60cc818692db99dab460455fa 100644 (file)
 
        # diepass: Password for opers to use if they need to shutdown (die)
        # a server.
+       #
+       # IMPORTANT: leaving this field empty does not disable the use of
+       # the DIE command. In order to prevent the use of this command you
+       # should remove it from the command privileges of your opers.
        diepass=""
 
        # restartpass: Password for opers to use if they need to restart
        # a server.
+       #
+       # IMPORTANT: leaving this field empty does not disable the use of
+       # the RESTART command. In order to prevent the use of this command
+       # you should remove it from the command privileges of your opers.
        restartpass="">
 
 
          # you only want to adjust sendq and a password
          parent="main"
 
-         # allow: What IP addresses/hosts to allow for this block.
+         # allow: The IP address or hostname of clients that can use this
+         # class. You can specify either an exact match, a glob match, or
+         # a CIDR range here.
          allow="203.0.113.*"
 
          # hash: what hash this password is hashed with. requires the module
          # connect class inheriting.
          name="main"
 
-         # allow: What IP addresses/hosts to allow for this block.
+         # allow: The IP address or hostname of clients that can use this
+         # class. You can specify either an exact match, a glob match, or
+         # a CIDR range here.
          allow="*"
 
          # maxchans: Maximum number of channels a user in this class
 # represented as 192.168.1.0/24). This means that abuse across an ISP #
 # is detected and curtailed much easier. Here is a good chart that    #
 # shows how many IPs the different CIDRs correspond to:               #
-# http://en.wikipedia.org/wiki/CIDR#Prefix_aggregation                #
+# https://en.wikipedia.org/wiki/IPv4_subnetting_reference             #
+# https://en.wikipedia.org/wiki/IPv6_subnetting_reference             #
 #                                                                     #
 
 <cidr
 # Logging is covered with the <log> tag, which you may use to change
 # the behaviour of the logging of the IRCd.
 #
-# In InspIRCd as of 1.2, logging is pluggable and very extensible.
-# Different files can log the same thing, different 'types' of log can
-# go to different places, and modules can even extend the log tag
-# to do what they want.
-#
 # An example log tag would be:
 #  <log method="file" type="OPER" level="default" target="logs/opers.log">
 # which would log all information on /oper (failed and successful) to
 #########################################################################
 #                                                                       #
 #                     - InspIRCd Development Team -                     #
-#                        http://www.inspircd.org                        #
+#                        https://www.inspircd.org                       #
 #                                                                       #
 #########################################################################