summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-22 13:55:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-22 13:55:16 +0000
commit443016b4f2fccca39755c1d7e33edfe1ec61718f (patch)
tree1c10cb6363f51f473ba367c4039ac77bd3fad956 /docs
parentc605a319a7502bd930cdc9649115877b51fbcbd8 (diff)
Added tons of services/uline stuff. DO NOT USE YET! services data isnt replicated across the network!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index c9756c858..9ecf02f5f 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -203,6 +203,14 @@
# 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"
@@ -210,6 +218,14 @@
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 -#-#-#-#-#-#-#-#-#-#