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
WARN:smartdns::dns_conf:887: unknown conf: ipset /domain-set:proxy/#4:tp_spec_dst_fw,#6:-, Error(Error { input: "ipset /domain-set:proxy/#4:tp_spec_dst_fw,#6:-", code: Tag })
配置切片为: ipset /domain-set:ipsetrule/#4:tp_spec_dst_fw,#6:-
ipset /domain-set:ipsetrule/#4:tp_spec_dst_fw,#6:-
以上配置均与c++版本一致,在c++中正常,rs版本不行,目前用domain-set xxxx -ipset tp_spec_dst_fw代替可以正常使用
使用address /*.xxxx.com/192.168.1.100配置,nslookup都可以正确的解析到ip,win端访问a.xxxx.com解析可正常使用。但安卓端访问a.xxxx.com可以看到日志正常被解析,但是安卓端chrome提示此网址无网络,并且我测试了其他非浏览器的软件也是一样的问题,此时访问其他网址都正常,仅仅是自定义的address无法访问。
address /*.xxxx.com/192.168.1.100
安卓连wifi的时候会有30秒左右提示wifi无网络,对比测试c++版本连上瞬间网络就通了。我对比测试了win和安卓端的日志,基本都是一致的。
涉及到一些隐私 日志我就不发了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
已关闭AAAA解析,强制返回soa。
WARN:smartdns::dns_conf:887: unknown conf: ipset /domain-set:proxy/#4:tp_spec_dst_fw,#6:-, Error(Error { input: "ipset /domain-set:proxy/#4:tp_spec_dst_fw,#6:-", code: Tag })
配置切片为:
ipset /domain-set:ipsetrule/#4:tp_spec_dst_fw,#6:-
以上配置均与c++版本一致,在c++中正常,rs版本不行,目前用domain-set xxxx -ipset tp_spec_dst_fw代替可以正常使用
使用
address /*.xxxx.com/192.168.1.100
配置,nslookup都可以正确的解析到ip,win端访问a.xxxx.com解析可正常使用。但安卓端访问a.xxxx.com可以看到日志正常被解析,但是安卓端chrome提示此网址无网络,并且我测试了其他非浏览器的软件也是一样的问题,此时访问其他网址都正常,仅仅是自定义的address无法访问。安卓连wifi的时候会有30秒左右提示wifi无网络,对比测试c++版本连上瞬间网络就通了。我对比测试了win和安卓端的日志,基本都是一致的。
涉及到一些隐私 日志我就不发了
The text was updated successfully, but these errors were encountered: