diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-08-06 08:58:15 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-08-06 08:58:15 +0900 |
commit | 18bb03fd8f09c79dafd3eec32590ac6f414e0265 (patch) | |
tree | 20f0f0fc69145cb1d8126ea42ee48c9fcbed139f | |
parent | 067baafc744d8d8e2cf0126b16e1f0e29ebca0d5 (diff) | |
download | site-18bb03fd8f09c79dafd3eec32590ac6f414e0265.tar.gz |
Work around odd md parsing
-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 |