We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DNS支持 localhost或127.0.0.1 增加fragment功能,可以修改详细配置
DNS我全部会修改为本地自动获取,首先电脑主机hosts文件手动增加了大量广告过滤规则,减少不必要的流量,其次前端路由器开启了大量过滤规则和安全配置,进一步增强和提速,有本地缓存的,甚至不需要向网络发起请求 fragment功能,改善网络环境的,在其他软件测试了,确实有一定的作用,可以在测试版推送测试。 fake SNI 可能难度太大,让作者自己做了。终极想法:fake DNS+fake ip+fake SNI 非常感谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述建议
DNS支持 localhost或127.0.0.1
增加fragment功能,可以修改详细配置
建议的必要性
DNS我全部会修改为本地自动获取,首先电脑主机hosts文件手动增加了大量广告过滤规则,减少不必要的流量,其次前端路由器开启了大量过滤规则和安全配置,进一步增强和提速,有本地缓存的,甚至不需要向网络发起请求
fragment功能,改善网络环境的,在其他软件测试了,确实有一定的作用,可以在测试版推送测试。
fake SNI 可能难度太大,让作者自己做了。终极想法:fake DNS+fake ip+fake SNI
非常感谢!
The text was updated successfully, but these errors were encountered: