diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-18 18:32:45 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-18 18:32:45 -0700 |
commit | 700712f139b943d478e54bcfb407d81a97cbf8f1 (patch) | |
tree | 068aadff8f54a15d972df793ba25c2f90e1dd783 /home | |
parent | f09f54b17106ed4e27d2f8d2f6023d29c08baff2 (diff) |
mrt, www.askey.com can not be reached is because of another issue which I workarounded by switching from systemd-resolved to dnsmasq
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/mrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mrt b/home/xyz/.local/bin/mrt index 5e65ec6e..9d7852e3 100755 --- a/home/xyz/.local/bin/mrt +++ b/home/xyz/.local/bin/mrt @@ -1,7 +1,7 @@ #!/bin/sh # Mullvad Relay Test -# The true reason of not reaching baidu.com, baomitu.com, and askey.com is mullvad DNS sucks: +# The true reason of not reaching baidu.com and baomitu.com is mullvad DNS sucks: # https://www.reddit.com/r/mullvadvpn/comments/10sht67/open_chinese_search_machines location="Los Angeles" |