#
# This file holds incoming access information.
#
# It should have one line per incoming host, with the first field as the host name, and
# the second (optional) field as the maximum number of connections allowed for that host.
#
# For example:
#
# news.host.com
#
# would allow any number of connections (up to SiteMaxDefaultConnections) from news.host.com
# (note that news.host.com might have multiple IP addresses and therefore be multiple machines).
#
# news.host.com 3
#
# would allow up to 3 connections from news.host.com
#
# You can use either DNS names or IP addresses.  IP addresses have the advantage that they do
# not require DNS lookups which slow NNTPRelay's startup.  They can also cause difficulty if you have
# UpdateIncomingEntries enabled (which it is by default) if it cannot look up the entries via DNS.
#
