diff options
author | ume <ume@FreeBSD.org> | 2010-04-08 15:19:57 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2010-04-08 15:19:57 +0000 |
commit | 3321f56bbe510bd5654cf70baf4b4dfc8c75536e (patch) | |
tree | 6bee75d9a6bf0f6aeba2dd5e69df0d2b855800e5 | |
parent | a1efab7703d424760093cd22dd858db06db076b7 (diff) | |
download | FreeBSD-src-3321f56bbe510bd5654cf70baf4b4dfc8c75536e.zip FreeBSD-src-3321f56bbe510bd5654cf70baf4b4dfc8c75536e.tar.gz |
Disambiguate `IPs' to a more specific term.
Submitted by: Garrett Cooper <yanefbsd__at__gmail.com>
MFC after: 3 days
-rw-r--r-- | etc/rc.firewall | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index d8f50af..0fd5331 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 + # 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). |