Closed admkhalid closed 3 years ago
Hello. It looks to me that the DNS is not overriden, since your local DNS 127.0.0.53 is used, and it seems that it can't resolve your domains. I can't provide support for your setup, but if you fixed your DNS, the VPN should work. Try connecting to https://1.1.1.1/, it should work without a DNS.
So, I tried it with normal DNS settings (default config file generated by the program has DNS set to 1.1.1.1). It works but the DNS queries are not tunneled/encrypted for some reason. I thought every single data is tunneled on a VPN (correct me if I'm wrong). Even tried adding 1.1.1.1/32 to AllowedIPs in the config file. When using DoT or DoH blocked sites in my country are accessible (I guess my ISP using pretty weak blocking system). But after connecting to WARP with the config, it just keeps on loading. Here's my 1.1.1.1 debug result. It says DNS over WARP is working, but the blocked sites aren't accessible for some reason.
Got the program 3 days ago and followed the instructions. It worked fine for the first two days, but not for the last two days. I even re-registered for a new account and generated a new profile. I connect with:
wg-quick up wgcf-profile.conf
Output:
Ran
wgcf status
andwgcf trace
and the outputs were:and
respectively.
I also should mention that I'm running STUBBY for DNS over TLS with 1.1.1.1. But I presume that shouldn't matter because the VPN overrides any DNS settings to use its own. Correct me if I'm wrong.