diff options
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 25 |
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"> |