Hello there!
I have been having a little issue with the 1.1.1.1 DNS resolver.
The thing is that when resolving any Google linked website (google.com, gmail.com, youtube.com
,…) the response IP I get points to a Google server really far away from me (I live in Slovakia and the IP is in Brazil) resulting in a high latency and slow loading times.
I don’t have this issue when using other DNS resolver (tried 8.8.8.8 and my ISP’s DNS) so I will switch to another DNS server until this issue persists.
Example when using 1.1.1.1 DNS (responds with server in Brazil with ~215ms latency)
C:\Users\simon>nslookup google.com
Server: one.one.one.one
Address: 1.1.1.1
Non-authoritative answer:
Name: google.com
Addresses: 2800:3f0:4004:803::200e
142.250.78.238
C:\Users\simon>ping 142.250.78.238
Pinging 142.250.78.238 with 32 bytes of data:
Reply from 142.250.78.238: bytes=32 time=216ms TTL=116
Reply from 142.250.78.238: bytes=32 time=215ms TTL=116
Reply from 142.250.78.238: bytes=32 time=215ms TTL=116
Reply from 142.250.78.238: bytes=32 time=215ms TTL=116
Ping statistics for 142.250.78.238:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 215ms, Maximum = 216ms, Average = 215ms
.
.
Example when using 8.8.8.8 DNS (responds with server in Czechia with ~15ms latency)
C:\Users\simon>nslookup google.com 8.8.8.8
Server: dns.google
Address: 8.8.8.8
Non-authoritative answer:
Name: google.com
Addresses: 2a00:1450:4014:80f::200e
142.251.36.110
C:\Users\simon>ping 142.251.36.110
Pinging 142.251.36.110 with 32 bytes of data:
Reply from 142.251.36.110: bytes=32 time=15ms TTL=117
Reply from 142.251.36.110: bytes=32 time=15ms TTL=117
Reply from 142.251.36.110: bytes=32 time=15ms TTL=117
Reply from 142.251.36.110: bytes=32 time=14ms TTL=117
Ping statistics for 142.251.36.110:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 14ms, Maximum = 15ms, Average = 14ms