flutter_vpn
flutter_vpn copied to clipboard
Can I use for change DNS?
Hi, Can I use this to change the DNS phone?
Any update on this?
this is client app, if you want to use custom dns this is done from vpn server and you need dns server too.
To change dns open /etc/ipsec.conf
on your server and add to your conn
rightdns=1.1.1.1,1.0.0.1
(cloudflare or any custom)
Or use the ready-made installer
Don't forget to ipsec restart
or systemctl restart ipsec
Check status and logs systemctl status ipsec
++