X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Flinks.conf.example;h=1b85d6d2b49dabaab3f4e662fe50120711029834;hb=579e707f017ca237d260165992f0b72bafba152c;hp=96c7c77735bb1409fdefd78be6c64d876ab9a97b;hpb=55865e9b1bfbea8bc996f92e5a0f70393f9adf38;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/links.conf.example b/conf/links.conf.example index 96c7c7773..1b85d6d2b 100644 --- a/conf/links.conf.example +++ b/conf/links.conf.example @@ -28,7 +28,8 @@ # Can also be a hostname, but hostname must resolve. ipaddr="penguin.box.com" - # port: the port to connect to this server on + # port: The port to connect to the server on. + # It must be bound as a server port on the other server. port="7000" # allowmask: Range of IP addresses to allow for this link. @@ -46,16 +47,21 @@ # timeout: If defined, this option defines how long the server # will wait to consider the connect attempt failed and try the # failover (see above). - timeout="15" + timeout="300" - # transport: If defined, this states extra modules that can be + # fingerprint: If defined, this option will force servers to be + # authenticated using SSL Fingerprints. For more information, + # see http://wiki.inspircd.org/SSL + #fingerprint="" + + # ssl: If defined, this states extra modules that can be # used in the connection. Options are: "openssl" and "gnutls" # 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. + # "ziplinks" for compression. You must use the same (or a + # compatible) 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" + # m_ssl_gnutls.so for gnutls or m_ziplinks.so for ziplinks. + ssl="gnutls" # bind: Local IP address to bind to. bind="1.2.3.4" @@ -81,8 +87,8 @@ allowmask="69.58.44.0/24" autoconnect="300" failover="hub.other.net" - timeout="15" - transport="gnutls" + timeout="300" + ssl="gnutls" bind="1.2.3.4" statshidden="no" hidden="no"