flutter_vpn icon indicating copy to clipboard operation
flutter_vpn copied to clipboard

Can I use for change DNS?

Open sahmadreza opened this issue 3 years ago • 4 comments

Hi, Can I use this to change the DNS phone?

sahmadreza avatar May 14 '21 14:05 sahmadreza

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.

realbitt avatar Mar 04 '22 10:03 realbitt

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

vitasha10 avatar Jun 16 '22 06:06 vitasha10

++

bugrevealingbme avatar Aug 15 '23 16:08 bugrevealingbme