diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-22 04:29:40 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-22 04:29:40 -0700 |
commit | 7e81cae90f254d7e712f5ebf531f6ebade4a4924 (patch) | |
tree | 794c14cd85ba8a36f87668e8cca7b0d254ffacc1 /home | |
parent | 16ace1ffec034a90d56a5b10630655ad2b7eac82 (diff) |
mrt, change possible reasons for DNS problems
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/mrt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mrt b/home/xyz/.local/bin/mrt index 9d7852e3..dc6435f2 100755 --- a/home/xyz/.local/bin/mrt +++ b/home/xyz/.local/bin/mrt @@ -1,7 +1,8 @@ #!/bin/sh # Mullvad Relay Test -# The true reason of not reaching baidu.com and baomitu.com is mullvad DNS sucks: +# Possible reasons for not reaching baidu.com and baomitu.com: +# https://github.com/mullvad/dns-blocklists/issues/86 # https://www.reddit.com/r/mullvadvpn/comments/10sht67/open_chinese_search_machines location="Los Angeles" |