Files
ACL4SSR/clash_base.yaml
zhanglixing 96ac1a9f40 回滚 DNS 配置到 fake-ip
redir-host + 国外 DoH 在国内裸连不可达,节点域名解析失败导致所有线路不通

via [HAPI](https://hapi.run)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: HAPI <noreply@hapi.run>
2026-05-23 16:48:36 +08:00

21 lines
413 B
YAML

mixed-port: 7890
allow-lan: true
bind-address: '*'
mode: rule
log-level: info
external-controller: '127.0.0.1:9090'
dns:
enable: true
listen: '127.0.0.1:9053'
default-nameserver:
- 223.5.5.5
- 223.6.6.6
- 119.29.29.29
enhanced-mode: fake-ip
fake-ip-range: 198.18.0.1/16
nameserver:
- 'https://223.5.5.5/dns-query'
- 'https://223.6.6.6/dns-query'
- 'https://doh.pub/dns-query'