I have an understanding question regarding how DNS work in conjunction with other DNS settings.
What I learned was, that I could use my VPN provider DNS implementation to deal with how my connections are resolved. Without relying on the OS DNS. So my "private DNS mode" on GOS is set to off.
Because according to my current knowledge, having multiple DNS resolver in row, opens up the door to leaks and puts trust in more than one party to deal with your requests.
GOS documentation also said similar
If you're using a VPN, we recommended against having a Private DNS server configured. If you want to filter traffic while using a VPN, use a VPN service app able to do both such as RethinkDNS. Private DNS also interacts strangely with multiple profiles since each profile has their own VPN configuration but Private DNS is global. We strongly recommend fully disabling Private DNS when using a VPN on any secondary profile until it's overhauled.
Now Vanadium has also Secure DNS as On - next to the OS setting "Private DNS" turned to off, and ReThinkDNS with a proxy wireguard tunnel to my VPN provider, which has their own DNS implementation.
Does this create conflicts? In Vanadium it says "User your current service provider" as default - is this referring to RethinkDNS as service for DNS resolvs? Or is it something else entirely?
A different question - I add a DNS block in ReThinkDNS, it adds it under firewall under a domain block. So I am not using a ReThinkDNS filter list, but a local filter? Is this really local and not making requests to Rethinks DNS server?
So I am just using a ReThinkDNS firewall and my VPN service own DNS resolver (via wireguard in RethinkDNS)?
Thanks for clarification