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返回某些特定IP的时候 例如 江苏电信反诈的“221.228.32.13” 自动把这个域名记录到灰名单用远程DNS来解析
The text was updated successfully, but these errors were encountered:
现在就可以实现呀 - matches: "resp_ip $geoip_cloudflare" exec: forward udp://127.0.0.1:5153
Sorry, something went wrong.
#866
tag: my_outputrule type: domain_output #新加的插件类型 args: file_stat: /cus/mosdns/gen/list.txt #输出的域名查询统计 file_rule: /cus/mosdns/gen/rule.txt #生成的分流域名规则 max_entries: 1 #达到1条查询时自动保存到指定目录 dump_interval: 1800 #每半小时自动保存一次上述统计及规则
根据得到的ip输出域名规则文件
重启mosdns后生成的规则文件生效 - matches: qname $my_rule exec: reject 0
No branches or pull requests
希望添加的功能
希望增加当国内DNS返回某些特定IP的时候 例如 江苏电信反诈的“221.228.32.13”
自动把这个域名记录到灰名单用远程DNS来解析
The text was updated successfully, but these errors were encountered: