X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.conf.example;h=e58bd6cdf80a58b9de9a95db88b1d2d5442d8994;hb=c7e2895cbdbbeaf3b8789ef694315577be1a8df3;hp=9d35699b93a561e30244370bcba8846580736ced;hpb=72004ee5715c286c42dc62f278cc2805ea569e39;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 9d35699b9..e58bd6cdf 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -21,7 +21,7 @@ # Change the options to suit your network # # # # $Id$ -# # +# # # ____ _ _____ _ _ ____ _ _ _ # # | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | # # | |_) / _ \/ _` |/ _` | | | | '_ \| / __| | _ \| | __| | # @@ -57,9 +57,9 @@ # Syntax is as follows: # # # # # -# # -# Executable Include Example: # -# +# # +# Executable Include Example: # +# # # @@ -68,13 +68,20 @@ # Here is where you enter the information about your server. # # # - # When linking servers, the openssl and gnutls transports are largely -# link-compatible and can be used alongside each other or either/or +# link-compatible and can be used alongside each other # on each end of the link without any significant issues. # Transports can only be used on server blocks. # Supported Transports are: "zip", "openssl" and "gnutls". @@ -161,15 +168,22 @@ # need this ability should know the die and restart password. # # # - + #hash="sha256" - # diepass: Password for opers to use if they need to shutdown (die) - # a server. - diepass="" + # diepass: Password for opers to use if they need to shutdown (die) + # a server. + diepass="" - # restartpass: Password for opers to use if they need to restart - # a server. - restartpass=""> + # restartpass: Password for opers to use if they need to restart + # a server. + restartpass=""> #-#-#-#-#-#-#-#-#-#- CONNECTIONS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# @@ -179,19 +193,52 @@ # You may have as many of these as you require. To allow/deny all # # connections, use a '*' or 0.0.0.0/0. # # # +# -- It is important to note that connect tags are read from the -- # +# TOP DOWN. This means that you should have more specific deny # +# and allow tags at the top, progressively more general, followed # +# by a + + + + + #hash="sha256" # password: Password to use for this block/user(s) - password="secret" + password="secret" # port: What port this user is allowed to connect on. (optional) # The port MUST be set to listen in the bind blocks above. port="6667"> - - - #-#-#-#-#-#-#-#-#-#-#-#- CIDR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#- # # @@ -252,17 +290,17 @@ # # + # ipv4clone: specifies how many bits of an IP address should be + # looked at for clones. The default only looks for clones on a + # single IP address of a user. You do not want to set this + # extremely low. (Values are 0-32). + ipv4clone="32" + + # ipv6clone: specifies how many bits of an IP address should be + # looked at for clones. The default only looks for clones on a + # single IP address of a user. You do not want to set this + # extremely low. (Values are 0-128). + ipv6clone="128"> # This file has all the information about oper classes, types and o:lines. # You *MUST* edit it. @@ -275,7 +313,7 @@ #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # - @@ -341,6 +379,9 @@ # Note that any disabled commands take effect only after the user has # # 'registered' (e.g. after the initial USER/NICK/PASS on connection) # # so for example disabling NICK will not cripple your network. # +# # +# You can also define if you want to disable any channelmodes # +# or usermodes from your users. # # # # `fakenonexistant' will make the ircd pretend that nonexistant # # commands simply don't exist to non-opers ("no such command"). # @@ -362,7 +403,7 @@ # Settings to define which features are usable on your server. # # # - + invitebypassmodes="yes"> #-#-#-#-#-#-#-#-#-#-#-# PERFORMANCE CONFIGURATION #-#-#-#-#-#-#-#-#-#-# # # - #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# # # -