- Timestamp:
- Jan 18, 2017, 1:01:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/etc/pf.hybrid.conf
r13700 r13724 18 18 # Standard port allow listings for external services 19 19 allow_ext_in_tcp="1022" 20 allow_ext_in_udp=""21 20 22 21 allow_ext_out_tcp = "domain, http, https" … … 87 86 # Expose some local services for the external world (WWW) network (4) 88 87 pass in on $ext_if inet proto tcp from any to $ext_if port { $allow_ext_in_tcp } keep state 89 pass in on $ext_if inet proto udp from any to $ext_if port { $allow_ext_in_udp } keep state90 88 pass in on $ext_if inet proto icmp from any to $ext_if icmp-type { echoreq } 91 89
Note:
See TracChangeset
for help on using the changeset viewer.