Disambiguate `IPs' to a more specific term.

Submitted by:	Garrett Cooper <yanefbsd__at__gmail.com>
MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2010-04-08 15:19:57 +00:00
parent 928f0167e9
commit 296fe257cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206399

View File

@ -424,13 +424,15 @@ case ${firewall_type} in
# Configuration:
# firewall_myservices: List of TCP ports on which this host
# offers services.
# firewall_allowservices: List of IPs which has access to
# firewall_allowservices: List of IPv4 and/or IPv6 addresses
# which has access to
# $firewall_myservices.
# firewall_trusted: List of IPs which has full access
# to this host. Be very carefull
# when setting this. This option can
# seriously degrade the level of
# protection provided by the firewall.
# firewall_trusted: List of IPv4 and/or IPv6 addresses
# which has full access to this host.
# Be very carefull when setting this.
# This option can seriously degrade
# the level of protection provided by
# the firewall.
# firewall_logdeny: Boolean (YES/NO) specifying if the
# default denied packets should be
# logged (in /var/log/security).