mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
removed unnecessary + dangerous iptables rule
This commit is contained in:
parent
bed89b7eab
commit
a9ae590f6f
@ -111,10 +111,6 @@ You need an openvpn server and a DNS server accessible through the vpn (use one
|
||||
`iptables -I FORWARD -o eth0 -j DROP`
|
||||
`iptables -I FORWARD -i eth0 -j DROP`
|
||||
This blocks forwarding of connections through your plain network device (in case the vpn tunnel breaks).
|
||||
|
||||
`iptables -I FORWARD -o $DEV -j ACCEPT`
|
||||
This allows forwarding of connections through the vpn. (So other AppVMs can use it)
|
||||
|
||||
|
||||
`iptables -t nat -I PR-QBS -p udp --dport 53 -j DNAT --to-destination $DNS`
|
||||
`iptables -t nat -I PR-QBS -p tcp --dport 53 -j DNAT --to-destination $DNS`
|
||||
|
Loading…
Reference in New Issue
Block a user