-
Notifications
You must be signed in to change notification settings - Fork 241
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
能否添加一个本地域名ipv4优选的选项 #272
Comments
dnsmasq的禁用ipv6解析的功能过于粗暴,mosdns的方案兼容性就好的多,但pppoe重新拨号、软路由更新重启后,手机设备经常会出现一些app不能正常打开图片之类莫名其妙的问题,其实就是ipv6地址导致的,但关于一些pt应用或者ipv6的ddns这些又需要ipv6域名地址,假如能够把"ipv4优选"更精细化到包括白名单、本地域名、ddns 这些不同的查询sequence中那就可以更多的适应不同的网络环境需求。 |
- tag: query_is_local_domain
type: sequence
args:
- matches: qname $geosite_cn
+ exec: prefer_ipv4
exec: $forward_local 你只需要切换到 自定义配置 模式,在国内域名查询序列中添加 |
我是把国内地址设置成ipv4优选,白名单双栈ip
当然如果能麻烦你把这个加入luci界面上的通用功能就更方便了 |
因为家用环境下,特别是pppoe拨号环境下, 因为重拨、路由器重启等情况,有可能导致新的ipv6前缀不能及时更新,或者新旧ipv6前缀同时生效,导致一些设备使用ipv6不能正常访问。目前贵项目只有提供“远程DNS ipv4”优选,能否提供一个“本地ipv4优选”和"白名单ipv4优选"的选项,仅需要在目前代码下少许改动就能提供更高的灵活性
目前我自己手工修改了/init.d/mosdns下的json生成代码query_is_local_domain实现了类似的逻辑暂时先用着,能否请sbwml在贵项目中直接融入此功能
The text was updated successfully, but these errors were encountered: