I’m trying to make User > Tor > VPN > Internet
After I installed resolvconf
My /etc/resolv.conf it’s overwritten every time. I tried to sudo chattr +i /etc/resolv.conf
but I get error
chattr: Operation not supported while reading flags on /etc/resolv.conf
Because resolv.conf is link
/etc/resolv.conf -> ../run/resolvconf/resolv.conf
I found some solutions on internet there say I need to
apt autoremove resolvconf
unlink /etc/resolv.conf
But I’m not sure if I should.
Second question: What dns I should use ?
Here it types https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_VPN#Verify_DNS_Settings
nameserver 10.5.0.1
but here
## Riseup.net OpenVPN DNS server
nameserver 172.27.100.1
and on riseup website they don’t edit /etc/resolv.conf instead of that they
Download [this script for updating the resolver](https://riseup.net/vpn/vpn-red/update-resolv.conf) and place it in /etc/openvpn/update-resolv.conf
Also riseup use riseup.ovpn
file for configurations, whonix docs use riseup.conf
or there is no difference ?