Hi @matteo ! As promised, I am back with the results of your tutorial.
I hope that at point 2, by “home directory” you meant “user folder”. Anyway, no major difficulties until point 5, everything went “ok” with your tutorial. However, when I ran “.\Cloudflared.exe” this was the result:
PS Z:\Cloudflared> .\Cloudflared.exe
INFO[0000] Applied configuration from C:\Users\Decopi.Cloudflared\config.yml
INFO[0000] Build info: {GoOS:windows GoVersion:go1.9.1 GoArch:amd64}
INFO[0000] Version 2018.4.8
INFO[0000] Flags map[proxy-dns:true]
INFO[0000] Adding DNS upstream url=“https://1.1.1.1/dns-query”
INFO[0000] Adding DNS upstream url=“https://1.0.0.1/dns-query”
INFOINFO[0000] Starting DNS over HTTPS proxy server [0000] Cloudflared will not automatically update when run from the shell. To enable auto-updates, run Cloudflared as a service: https://developers.cloudflare.com/argo-tunnel/reference/service/
addr=“dns://localhost:53”
INFO[0000] Starting metrics server addr=“127.0.0.1:1985”
And nothing happened after this screen. It was not frozen, it was waiting something.
Then I tested adding 127.0.0.1 at Windows IPV4, and the previous screen continued with this result:
e[31mERROe[0m[1379] failed to connect to an HTTPS backend “https://1.1.1.1/dns-query” e[31merrore[0m=“failed to perform an HTTPS request: Post https://1.1.1.1/dns-query: x509: certificate signed by unknown authority”
However, internet connection was working, and at dnsleaktest.com showed Cloudflare as DNS.
I tested nslookup, and the result was:
PS C:\WINDOWS\system32> nslookup google.com
Server: localhost
Address: 127.0.0.1
Non-authoritative answer:
Name: google.com
Addresses: 2800:3f0:4001:80a::200e
172.217.30.78
PS C:\WINDOWS\system32> nslookup -vc -class=chaos -type=txt id.server
Server: localhost
Address: 127.0.0.1
*** localhost can’t find id.server: Query refused
Then I went to point 6 in your tutorial. (.\Cloudflared.exe service install).
After Windows restarting, I checked and Cloudflared.exe service was automatically started. However, no internet connection. Only after restarting .\Cloudflared.exe, the internet connection was back and “ok” (working with Cloudflare as DNS). Only when \Cloudflared.exe is active, the internet connection works.
That is all I can inform you.
If you want me to change or to test something different, I will remain waiting your commands.
Thanks anyway @matteo