白帽子

8e3e05c9 :白帽子 pRqBriWgNGG 2010-08-21 18:00
>>6d5a1a81
サンプルにはこうある。

<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.
# Can also be a hostname, but hostname must resolve.
ipaddr="penguin.box.com"

# 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.
# Can be a CIDR (see example).
allowmask="69.58.44.0/24"

# 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="300"

# ssl: If defined, this states extra modules that will be used when
# making an outbound connection to the server. Options are: "openssl"
# and "gnutls" for encryption (they are compatible with each other) and
# "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 ziplinks. The server
# port that you connect to must be capable of accepting this type of
# connection.
ssl="gnutls"

# fingerprint: If defined, this option will force servers to be
# authenticated using SSL Fingerprints. See http://wiki.inspircd.org/SSL
# for more information. This will require an SSL link for both inbound
# and outbound connections.
#fingerprint=""

# bind: Local IP address to bind to.
bind="1.2.3.4"

# statshidden: defines if IP is shown to opers when
# /stats c is invoked.
statshidden="no"

# hidden: If this is set to yes, this server and its "child"
# servers will not be shown when users do a /map or /links
hidden="no"

# passwords: the passwords we send and receive.
# The remote server will have these passwords reversed.
sendpass="outgoing!password"
recvpass="incoming!password">
Powered by shinGETsu.