```
dns:
enable: true
ipv6: true
listen: 0.0.0.0:53
enhanced-mode: fake-ip
fake-ip-range: 198.18.0.1/16
nameserver:
- https://1.12.12.12/dns-query
- https://223.5.5.5/dns-query
- https://223.6.6.6/dns-query
- 223.5.5.5
- 223.6.6.6
fallback:
- https://1.1.1.1/dns-query
-
https://dns.google/dns-query fallback-filter:
geoip: true
geoip-code: CN
ipcidr:
- 240.0.0.0/4
nameserver-policy:
'+.xxxxx.local': system
'+.xxxxx.cn': system
```
clashx pro 好像不支持 '+.xxxxx.local': system 这种写法,只能写指定的 ip 而不能用 system 获取系统 dns ( ps:stash 的文档可以这么写)