mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Also deny 127.0.0.0/8 going out.
Submitted by: grimes
This commit is contained in:
parent
6281b30a73
commit
20335a31ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73785
@ -128,8 +128,9 @@ esac
|
|||||||
#
|
#
|
||||||
${fwcmd} add 100 pass all from any to any via lo0
|
${fwcmd} add 100 pass all from any to any via lo0
|
||||||
${fwcmd} add 200 deny all from any to 127.0.0.0/8
|
${fwcmd} add 200 deny all from any to 127.0.0.0/8
|
||||||
|
${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
|
||||||
# If you're using 'options BRIDGE', uncomment the following line to pass ARP
|
# If you're using 'options BRIDGE', uncomment the following line to pass ARP
|
||||||
#${fwcmd} add 300 pass udp from 0.0.0.0 2054 to 0.0.0.0
|
#${fwcmd} add 400 pass udp from 0.0.0.0 2054 to 0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
# Prototype setups.
|
# Prototype setups.
|
||||||
|
Loading…
Reference in New Issue
Block a user