summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-24 23:53:37 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-24 23:53:37 +0000
commit3e5a6e406352156f61759c54a29f169c3a639ca5 (patch)
tree637ca188b0f655795905967603406e35c7407ea2 /docs
parentac7b85f9c4f487f0362eac39014e28b5fa6311f9 (diff)
Update from katsklaw
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1509 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example25
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index b8d0a1797..97e61007a 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -11,9 +11,9 @@
# This is an example of the config file for InspIRCd. #
# Change the options to suit your network #
# #
-# Last updated on : 01/05/2004 #
+# Last updated on : 05/24/2005 #
# Written by : CC (cc@backchat.co.za) #
-# Updated by : BlackDeathX (james@dreamirc.org) #
+# Updated by : katsklaw (katsklaw@gmail.com) #
########################################################################
@@ -222,15 +222,17 @@
# Defines which servers can link to this one, and which servers this #
# server may create outbound links to. #
# #
-# name - The name is the canocial name of the server, it does #
-# not have to resolve - but it is expected to be sent in #
-# the remote servers connection info. #
-# ipaddr - Valid host or ip address for remote server. * #
-# port - Valid listening UDP port for remote server. #
-# sendpass - Password to send to create an outbound connection to #
-# this server. #
-# recvpass - Password to receive to accept an inbound connection #
-# from this server. #
+# name - The name is the canocial name of the server, it does #
+# not have to resolve - but it is expected to be sent #
+# in the remote servers connection info. #
+# ipaddr - Valid host or ip address for remote server. * #
+# port - Valid listening UDP port for remote server. #
+# sendpass - Password to send to create an outbound connection to #
+# this server. #
+# recvpass - Password to receive to accept an inbound connection #
+# from this server. #
+# autoconnect - Sets the server to autoconnect. Where x is the number #
+# (optional) of seconds between attempts. 300 = 5 minutes #
# #
# to u:line a server (give it extra privilages required for running #
# services, Q, etc) you must include the <uline server> tag as shown #
@@ -250,6 +252,7 @@
<link name="hub.penguin.org"
ipaddr="penguin.box.com"
port="7000"
+ autoconnect="300"
sendpass="outgoing!password"
recvpass="incoming!password">