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:
+4
-4
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user