diff options
-rw-r--r-- | blog/route.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/blog/route.md b/blog/route.md index b0c6aa9..43da921 100644 --- a/blog/route.md +++ b/blog/route.md @@ -183,11 +183,11 @@ wpa_passphrase=just enter random characters ## Name Resolution My ISP is [known to be evil][KT malware] so I'd rather rely on more reputable -resolvers like [OpenNIC] (plus free-of-charge domain names!). Most of their -[tier 2] are located on the other side of the globe (200 to 300 ms RTT), -so a local cache is almost required. SmartDNS seems to be the best fit -for this purpose, as it queries upstream servers simultaneously -and also check for the IP with the lowest RTT among the results. +resolvers like [OpenNIC][OpenNIC] (plus free-of-charge domain names!). +Most of their [tier 2] servers are located on the other side of the globe +(200 to 300 ms RTT), so a local cache is almost required. [SmartDNS] +seems to be the best fit for this purpose, as it queries upstream servers +simultaneously and also check for the IP with the lowest RTT among the results. Since I don't trust my ISP, connections to the upstream servers are encrypted: ```plaintext |