mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Remove references to hostnames in <link> tag, use ip's instead
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4073 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
cbc40cf19c
commit
495af6d4b7
@ -315,7 +315,7 @@
|
||||
# name - The name is the canocial name of the server, does #
|
||||
# not have to resolve - but it is expected to be sent #
|
||||
# in the remote servers connection info. #
|
||||
# ipaddr - Valid host or ip address for remote server. * #
|
||||
# ipaddr - Valid IP address for remote server. * #
|
||||
# #
|
||||
# port - The TCP port for the remote server. #
|
||||
# #
|
||||
@ -351,12 +351,6 @@
|
||||
# that server to operoverride modes. This should only be used for #
|
||||
# services and protected oper servers! #
|
||||
# #
|
||||
# IMPORTANT NOTE: When specifying the ip address and/or host, the #
|
||||
# server software will prioritize RESOLVED hostnames above ip #
|
||||
# addresses, so for example if your target server resolves to a.b.com #
|
||||
# you MUST put a.b.com into your link block, and NOT the IP address #
|
||||
# of a.b.com. The system uses reverse resolution. #
|
||||
# #
|
||||
# ____ _ _____ _ _ ____ _ _ _ #
|
||||
# | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | #
|
||||
# | |_) / _ \/ _` |/ _` | | | | '_ \| / __| | _ \| | __| | #
|
||||
@ -370,14 +364,14 @@
|
||||
# #
|
||||
|
||||
<link name="hub.penguin.org"
|
||||
ipaddr="penguin.box.com"
|
||||
ipaddr="1.2.3.4"
|
||||
port="7000"
|
||||
autoconnect="300"
|
||||
sendpass="outgoing!password"
|
||||
recvpass="incoming!password">
|
||||
|
||||
<link name="services.antarctic.com"
|
||||
ipaddr="localhost"
|
||||
ipaddr="127.0.0.1"
|
||||
port="7000"
|
||||
sendpass="penguins"
|
||||
recvpass="polarbears">
|
||||
|
Loading…
x
Reference in New Issue
Block a user