Fix information about $firewall_myservices
After r273201 it is supported "/{udp,tcp,proto}" suffix into $firewall_myservices, and in the rc.conf the information is outdated. Reviewed by: bcr, rgrimes Approved by: re (gjb), doc (bcr), src (rgrimes) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D17338
This commit is contained in:
parent
e873ccd0fc
commit
877a050958
@ -163,7 +163,7 @@ firewall_simple_onet="192.0.2.0/28" # Outside network address for "simple"
|
||||
# firewall.
|
||||
#firewall_simple_onet_ipv6="2001:db8:2:0::/56" # Outside IPv6 network prefix
|
||||
# for "simple" firewall.
|
||||
firewall_myservices="" # List of TCP ports on which this host
|
||||
firewall_myservices="" # List of ports/protocols on which this host
|
||||
# offers services for "workstation" firewall.
|
||||
firewall_allowservices="" # List of IPs which have access to
|
||||
# $firewall_myservices for "workstation"
|
||||
|
Loading…
Reference in New Issue
Block a user