Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

分享一个转化成 SmartDNS 支持格式的命令 #202

Open
hululu1068 opened this issue Jul 25, 2023 · 6 comments
Open

分享一个转化成 SmartDNS 支持格式的命令 #202

hululu1068 opened this issue Jul 25, 2023 · 6 comments

Comments

@hululu1068
Copy link

一把梭

cat hosts | grep -v "^\s*#\|^\s*$" | awk '{print "address /"$2"/"$1}' > github-hosts.conf
image
@larsonzh
Copy link

larsonzh commented Sep 5, 2023

很方便,address后面需要加个=号吗?

cat hosts | grep -v "^\s*#\|^\s*$" | awk '{print "address=/"$2"/"$1}' > github-hosts.conf

@des0315
Copy link

des0315 commented Sep 5, 2023 via email

@softmgr
Copy link

softmgr commented Nov 20, 2024

SmartDNS和dnsmasq的address都是指的DOMAIN-SUFFIX。所以与hosts是不一样的

@hululu1068
Copy link
Author

@521xueweihan 由于国内特殊的网络环境,通过https://sites.ipaddress.com获取的ip访问速度大多不理想。
通过网友的反馈,及自己的测试,GitHub在我这(HZ)一般反馈的是新加坡的地址,其次是欧洲和美国,体验也不理想。

通过测试:
如果反馈的是日本的服务器,体验会很好!!!
可以使用TW的https://dns.twnic.tw/dns-query或者JP的https://public.dns.iij.jp/dns-query这两个DNS解析,得到的ip都非常不错👍👍👍

大佬可以参考测试下。👌

@521xueweihan
Copy link
Owner

@hululu1068 感谢反馈,这个月出完月刊就参考下你的方法优化下 dns 解析的方法。

@softmgr
Copy link

softmgr commented Nov 24, 2024

@521xueweihan 由于国内特殊的网络环境,通过https://sites.ipaddress.com获取的ip访问速度大多不理想。

通过网友的反馈,及自己的测试,GitHub在我这(HZ)一般反馈的是新加坡的地址,其次是欧洲和美国,体验也不理想。

通过测试:

如果反馈的是日本的服务器,体验会很好!!!

可以使用TW的https://dns.twnic.tw/dns-query或者JP的https://public.dns.iij.jp/dns-query这两个DNS解析,得到的ip都非常不错👍👍👍

大佬可以参考测试下。👌

特什么殊,不就是gfw的愚民政策吗?域名污染也是gfw的一部分功能。全身都是敏感点,啥都不能说。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants