INN commit: trunk/samples (incoming.conf)

INN Commit Russ_Allbery at isc.org
Fri May 1 09:20:25 UTC 2009


    Date: Friday, May 1, 2009 @ 02:20:24
  Author: iulius
Revision: 8439

Also apply commit 8436 to the incoming.conf sample file.

Modified:
  trunk/samples/incoming.conf

---------------+
 incoming.conf |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: incoming.conf
===================================================================
--- incoming.conf	2009-05-01 09:07:45 UTC (rev 8438)
+++ incoming.conf	2009-05-01 09:20:24 UTC (rev 8439)
@@ -92,7 +92,8 @@
 ##  hostname:
 ##   This key is mandatory in a peer block.  The value is a string representing
 ##   a list of hostnames separated by a comma.  A hostname is the host's FQDN,
-##   or the dotted quad ip-address of the peer.
+##   or the dotted-quad IP address of the peer for IPv4, or the colon-separated
+##   IP address of the peer for IPv6.
 ##
 ##  streaming:
 ##   This key requires a boolean value.  It defines whether streaming commands
@@ -149,8 +150,8 @@
 ##   to issue list command.  (default=false, that is to say it can)
 ##
 
-streaming:              true   # Streaming allowed by default.
-max-connections:        8      # Per feed.
+streaming:          true   # Streaming allowed by default.
+max-connections:    8      # Per feed.
 
 peer ME {
   hostname:         "localhost, 127.0.0.1, ::1"




More information about the inn-committers mailing list