]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Added tons of services/uline stuff. DO NOT USE YET! services data isnt replicated...
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 6042dc3cf56a9869dbda06cd2efc3ae57a724b26..9ecf02f5f35560b9c59284003fe1cd419f0783cc 100644 (file)
 #   DISABLE this feature. A recommended value is 10.                  #
 
 
-<connect allow="196.12.*"  password="tiffany">
+<connect allow="196.12.*"  password="secret">
 <connect allow="*" timeout="60" flood="10">
 
 <connect deny="69.254.*">
 # recvpass  - Password to receive to accept an inbound connection     #
 #             from this server.                                       #
 #                                                                     #
+# to u:line a server (give it extra privilages required for running   #
+# services, Q, etc) you must include the <uline server> tag as shown  #
+# in the example below. You can have as many of these as you like.    #
+#                                                                     #
+# WARNING: Unlike other ircds, u:lining a server allows ALL users on  #
+# that server to operoverride modes. This should only be used for     #
+# services and protected oper servers!                                #
+#                                                                     #
 
 <link name="hub.penguin.org"
        ipaddr="12.34.56.78"
        sendpass="outgoing!password"
        recvpass="incoming!password">
 
+<link name="services.antarctic.com"
+       ipaddr="98.76.54.32"
+       port="7000"
+       sendpass="penguins"
+       recvpass="polarbears">
+
+<uline server="services.antarctic.com">
+
 
 
 #-#-#-#-#-#-#-#-#-#-  MISCELLANEOUS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#