From 495af6d4b7babbe9e004426ba31afff55cefd949 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 27 Jun 2006 23:15:45 +0000 Subject: [PATCH] Remove references to hostnames in tag, use ip's instead git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4073 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 3c368f22a..a88d64a7e 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -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 @@ # #