diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-09 12:32:57 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-09 12:32:57 +0000 |
commit | 330da271fb8fff08865c7c489a5d4b4bdabcffd2 (patch) | |
tree | 210af799bb0515a14f52289b02bcdc9f2bcd03c6 /docs/inspircd.conf.example | |
parent | 91e310a8605a993c9a32aeead21b4de548d82f00 (diff) |
Changed to work with new log-level
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@165 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 34316ab71..76f109d66 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -86,7 +86,7 @@ # need this ability should know the die and restart password. # # # # Syntax is as follows: # -# <power diepass="die password" restartpass="restart password" +# <power diepass="die password" restartpass="restart password" # # pause="secs before dying"> # # # @@ -177,7 +177,31 @@ type="NetAdmin"> -#-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#- +#-#-#-#-#-#-#-#-#-#-#- SERVER LINK CONFIGURATION -#-#-#-#-#-#-#-#-#-# +# # +# 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 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. # +# # + +<server name="hub.penguin.org" + ipaddr="12.34.56.78" + port="7000" + sendpass="outgoing!password" + recvpass="incoming!password"> + + + +#-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # # These options let you define the path to your motd and rules # # files. # |