Merge branch 'block_dhcp_from_vms' of git://qubes-os.org/rafal/core
This commit is contained in:
commit
0fa26d84ea
@ -12,6 +12,8 @@ COMMIT
|
||||
:INPUT ACCEPT [0:0]
|
||||
:FORWARD ACCEPT [0:0]
|
||||
:OUTPUT ACCEPT [0:0]
|
||||
-A INPUT -i br+ -p udp -m udp --dport 68 -j DROP
|
||||
-A INPUT -i vif+ -p udp -m udp --dport 68 -j DROP
|
||||
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -p icmp -j ACCEPT
|
||||
-A INPUT -i lo -j ACCEPT
|
||||
|
Loading…
Reference in New Issue
Block a user