mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(ipfw) ignore traffic comming from localhost
This commit is contained in:
parent
896452766e
commit
87387963bc
@ -65,6 +65,10 @@ add 140 pass layer2 mac-type 0x8863,0x8864
|
||||
# layer 2: block anything else non-IP(v4/v6)
|
||||
add 150 deny layer2 not mac-type ip,ipv6
|
||||
|
||||
# allow traffic send from localhost
|
||||
add 200 skipto 60000 ipv6 from ::1 to any
|
||||
add 201 skipto 60000 ipv4 from 127.0.0.1 to any
|
||||
|
||||
#======================================================================================
|
||||
# Allow traffic to this hosts static ip's
|
||||
#======================================================================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user