1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 13:53:13 +02:00

We tell everyone to use 127.0.0.1 instead of localhost so we should too..

This commit is contained in:
Viper
2010-08-18 16:07:06 +02:00
parent a2be8c402f
commit 085976adf5
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -193,9 +193,9 @@ ChanCoreModules "cs_help cs_register cs_identify cs_set cs_xop cs_access cs_akic
# RemoteServer2 (if defined). If they can't connect to RemoteServer2,
# they will use RemoteServer3 (if defined).
RemoteServer localhost 6667 "mypass"
#RemoteServer2 localhost 6667 "mypass"
#RemoteServer3 localhost 6667 "mypass"
RemoteServer 127.0.0.1 6667 "mypass"
#RemoteServer2 127.0.0.1 6667 "mypass"
#RemoteServer3 127.0.0.1 6667 "mypass"
# LocalAddress <hostname> [port] [OPTIONAL]
# Specifies the local address to bind to before connecting to the
@@ -1497,7 +1497,7 @@ OSOpersOnly
# MysqlSock defines the Mysql UNIX socket
# MysqlPort defines the Mysql TCP port
#
#MysqlHost "localhost"
#MysqlHost "127.0.0.1"
#MysqlUser "Anonymous"
#MysqlPass ""
#MysqlName "anope"
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="4"
VERSION_EXTRA="-git"
VERSION_BUILD="3027"
VERSION_BUILD="3028"
# $Log$ # Changes since the 1.8.4 Release
#Revision 3028 - We tell everyone to use 127.0.0.1 instead of localhost, so we should too.
#Revision 3027 - Kill users using our nicks when on InspIRCd 1.2
#Revision 3026 - Updated german language file
#Revision 3025 - Added in mail forking for operating systems that support it