summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2010-04-14 15:03:58 +0000
committerume <ume@FreeBSD.org>2010-04-14 15:03:58 +0000
commit8802087ba8c4d641e1297133815085d25c865d56 (patch)
treeabf6e1556ff9e5da9ec7be0d3f570d99f80a7a66 /etc/rc.firewall
parent624d652fbb0bd336ef0fbf2a373b999101823a58 (diff)
downloadFreeBSD-src-8802087ba8c4d641e1297133815085d25c865d56.zip
FreeBSD-src-8802087ba8c4d641e1297133815085d25c865d56.tar.gz
MFC r206399, r206479: Disambiguate `IPs' to a more specific term.
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index d8f50af..cda7c34 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -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
+ # that have 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
+ # that have full access to this host.
+ # Be very careful 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).
OpenPOWER on IntegriCloud