INN commit: trunk/samples (incoming.conf readers.conf)
INN Commit
Russ_Allbery at isc.org
Wed May 7 07:58:22 UTC 2008
Date: Wednesday, May 7, 2008 @ 00:58:22
Author: iulius
Revision: 7828
Add IPv6 localhost address ::1 to incoming.conf and readers.conf.
Modified:
trunk/samples/incoming.conf
trunk/samples/readers.conf
---------------+
incoming.conf | 2 +-
readers.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: incoming.conf
===================================================================
--- incoming.conf 2008-05-07 07:52:44 UTC (rev 7827)
+++ incoming.conf 2008-05-07 07:58:22 UTC (rev 7828)
@@ -138,5 +138,5 @@
max-connections: 8 # per feed
peer ME {
- hostname: "localhost, 127.0.0.1"
+ hostname: "localhost, 127.0.0.1, ::1"
}
Modified: readers.conf
===================================================================
--- readers.conf 2008-05-07 07:52:44 UTC (rev 7827)
+++ readers.conf 2008-05-07 07:58:22 UTC (rev 7828)
@@ -55,7 +55,7 @@
# the local machine
auth "localhost" {
- hosts: "localhost, 127.0.0.1, stdin"
+ hosts: "localhost, 127.0.0.1, ::1, stdin"
default: "<localhost>"
}
More information about the inn-committers
mailing list