Openvpn over TOR
Posted: Wed Mar 10, 2021 12:04 pm
Hi,
I am using the following openvpn config to route my traffic VPN trough TOR , I use a fairly secure paid vpn but for more privacy trying to use this setup to remove any cases of the VPN tracking:
This configuration seems to work , but my concern is that if this configuration is secure and is there a better way to configure this to make this more efficient and secure?
I am using the following openvpn config to route my traffic VPN trough TOR , I use a fairly secure paid vpn but for more privacy trying to use this setup to remove any cases of the VPN tracking:
Code: Select all
client
dev tun
proto tcp
remote ip port
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-256-cbc
auth sha256
tls-client
remote-cert-tls server
#Tor Socks proxy
socks-proxy 127.0.0.1 9050
up-delay
route [bridgeip] 255.255.255.255 [defaultgateway]
pull-filter ignore "route-ipv6"
pull-filter ignore "ifconfig-ipv6"
dhcp-option DNS 8.8.8.8
auth-user-pass vpnauth
compress
verb 1
reneg-sec 0
disable-occ