From a37f75ae6d967f2193ee1796d75b61eb63946093 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 15:44:40 +0000 Subject: Added extra key length checks, documented encryption in example conf git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2576 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.conf.example | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'conf/inspircd.conf.example') diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index ac48be1ee..b77df99c1 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -240,17 +240,29 @@ # 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. # -# autoconnect - Sets the server to autoconnect. Where x is the number # -# (optional) of seconds between attempts. 300 = 5 minutes # +# 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. x is the number # +# (optional) of seconds between attempts. 300 = 5 minutes # +# # +# encryptionkey - The encryption key to use to encrypt this link. # +# (optional) Applicable when using m_spanningtree.so, the key # +# must be EXACTLY 16, 24 or 32 characters long and # +# must match on both ends of the link. Each link may # +# have its own key so long as both ends of the link # +# use the same key string. # # # # to u:line a server (give it extra privilages required for running # # services, Q, etc) you must include the tag as shown # @@ -272,7 +284,8 @@ port="7000" autoconnect="300" sendpass="outgoing!password" - recvpass="incoming!password"> + recvpass="incoming!password" + encryptionkey="0123456789123456">