Skip to content

Commit

Permalink
Remove references to hostnames in <link> tag, use ip's instead
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4073 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Jun 27, 2006
1 parent cbc40cf commit 495af6d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/inspircd.conf.example
Expand Up @@ -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. #
# #
Expand Down Expand Up @@ -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. #
# #
# ____ _ _____ _ _ ____ _ _ _ #
# | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | #
# | |_) / _ \/ _` |/ _` | | | | '_ \| / __| | _ \| | __| | #
Expand All @@ -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">
Expand Down

0 comments on commit 495af6d

Please sign in to comment.