

Iptables -A PR-QBS -t nat -d $virtualif -p udp -dport 53 -j DNAT -to $vpndns1 DNS leaks are mitigated by redirecting all DNS requests to the private IPs used by my VPN provider via /rw/config/qubes-firewall-user-script which is configured as follows: #!/bin/bash It also has the firewall configured to block all non-VPN IP traffic, accepts DNS and drops ICMP. VPN over Tor?ĪppVM → firewall → VPNproxy → firewall → whonix-gw → sys-firewall → sys-netĪll VPN connections through the VPNproxy are TCP via port 443. Does anyone have any thoughts about further hardening my setup to prevent DNS & IP leaks or enhance overall security/privacy? Potential weak points? Pros and cons of Tor over VPN vs. I am experimenting with a “Tor over VPN” setup.
