about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-08-06 08:58:15 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-08-06 08:58:15 +0900
commit18bb03fd8f09c79dafd3eec32590ac6f414e0265 (patch)
tree20f0f0fc69145cb1d8126ea42ee48c9fcbed139f
parent067baafc744d8d8e2cf0126b16e1f0e29ebca0d5 (diff)
downloadsite-18bb03fd8f09c79dafd3eec32590ac6f414e0265.tar.gz
Work around odd md parsing
-rw-r--r--blog/route.md10
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