diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-05 05:41:17 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-05 05:41:17 +0000 |
commit | 55865e9b1bfbea8bc996f92e5a0f70393f9adf38 (patch) | |
tree | a9b243519343addaf1e28a7210914a51c4b7061c /conf/links.conf.example | |
parent | ebab04970b30ad26fbd9dcba2e49c0ff7d41196f (diff) |
Final configuration comment update [jdhore]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11173 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/links.conf.example')
-rw-r--r-- | conf/links.conf.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/links.conf.example b/conf/links.conf.example index e304cd0e6..96c7c7773 100644 --- a/conf/links.conf.example +++ b/conf/links.conf.example @@ -17,16 +17,14 @@ # information on how to load this module! If you do not load this # # module, server links will NOT work! # # # -# Also, if you define any transports, you must load the modules for # -# these transports BEFORE you load m_spanningtree, e.g. place them # -# above it in the configuration file. Currently this means the three # -# modules m_ssl_gnutls, m_ziplinks and m_ssl_openssl, depending on # -# which you choose to use. # # # -<link name="hub.penguin.org" +<link + # name: The name of the remote server. This must match + # the <server:name> value of the remote server. + name="hub.penguin.org" - # ipaddr: The IP address of the remote server. + # ipaddr: The IP address of the remote server. # Can also be a hostname, but hostname must resolve. ipaddr="penguin.box.com" @@ -41,7 +39,7 @@ # to remote server (in seconds). autoconnect="300" - # failover: If defined, if this link fails, + # failover: If defined, if this link fails, # what is the next link that is tried. failover="hub.other.net" @@ -55,6 +53,8 @@ # for encryption (they are compatible with each other) and # "zip" for compression. You must use the same (or a compa- # tible) transport on both sides of the link. + # You will need to load the m_ssl_openssl.so module for openssl, + # m_ssl_gnutls.so for gnutls or m_ziplinks.so for zip. transport="gnutls" # bind: Local IP address to bind to. |