56 lines
2.7 KiB
Django/Jinja
56 lines
2.7 KiB
Django/Jinja
#-#-#-#-#-#-#-#-#-#-#- SERVER LINK CONFIGURATION -#-#-#-#-#-#-#-#-#-#
|
|
# #
|
|
# Defines which servers can link to this one, and which servers this #
|
|
# server may create outbound links to. #
|
|
# #
|
|
# ____ _ _____ _ _ ____ _ _ _ #
|
|
# | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | #
|
|
# | |_) / _ \/ _` |/ _` | | | | '_ \| / __| | _ \| | __| | #
|
|
# | _ < __/ (_| | (_| | | | | | | | \__ \ | |_) | | |_|_| #
|
|
# |_| \_\___|\__,_|\__,_| |_| |_| |_|_|___/ |____/|_|\__(_) #
|
|
# #
|
|
# If you want to link servers to InspIRCd you must load the #
|
|
# m_spanningtree.so module! #
|
|
# #
|
|
# #
|
|
|
|
# Server link block
|
|
#<link name="hub.example.org"
|
|
# ipaddr="penguin.example.org"
|
|
# port="7000"
|
|
# allowmask="203.0.113.0/24"
|
|
# timeout="300"
|
|
# ssl="gnutls"
|
|
# bind="1.2.3.4"
|
|
# statshidden="no"
|
|
# hidden="no"
|
|
# sendpass="outgoing!password"
|
|
# recvpass="incoming!password">
|
|
{{ secrets['IRC']['links'] }}
|
|
|
|
# Link block for services. Options are the same as for the first
|
|
# link block (depending on what your services package supports).
|
|
<link name="ircservices.{{ external_domain }}"
|
|
ipaddr="core.{{ replica_domain }}"
|
|
port="8067"
|
|
allowmask="10.0.1.3/32"
|
|
sendpass="{{ secrets['IRC']['servicespass'] }}"
|
|
recvpass="{{ secrets['IRC']['servicespass'] }}">
|
|
|
|
# Simple autoconnect block. This enables automatic connection to a hub
|
|
#<autoconnect period="300" server="hub.example.org">
|
|
|
|
#<autoconnect period="120" server="hub.us.example.org hub.eu.example.org leaf.eu.example.org">
|
|
|
|
|
|
#-#-#-#-#-#-#-#-#-#-#-#- ULINES CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-#
|
|
# This tag defines a ulined server. A U-Lined server has special #
|
|
# permissions, and should be used with caution. Services servers are #
|
|
# usually u-lined in this manner. #
|
|
# #
|
|
# The 'silent' value, if set to yes, indicates that this server should#
|
|
# not generate quit and connect notices, which can cut down on noise #
|
|
# to opers on the network. #
|
|
# #
|
|
<uline server="ircservices.{{ external_domain }}" silent="no">
|