mirror of https://github.com/lhie1/Rules.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
665 B
YAML
29 lines
665 B
YAML
port: 8888
|
|
socks-port: 8889
|
|
mixed-port: 8899
|
|
allow-lan: true
|
|
mode: Rule
|
|
log-level: info
|
|
external-controller: 127.0.0.1:6170
|
|
experimental:
|
|
ignore-resolve-fail: true
|
|
dns:
|
|
enable: true
|
|
# ipv6: false
|
|
listen: 0.0.0.0:53
|
|
enhanced-mode: fake-ip
|
|
fake-ip-range: 198.18.0.1/16
|
|
default-nameserver:
|
|
- 119.29.29.29
|
|
- 223.5.5.5
|
|
- 223.6.6.6
|
|
nameserver:
|
|
- https://doh.pub/dns-query
|
|
- https://dns.alidns.com/dns-query
|
|
fake-ip-filter:
|
|
- "dns.msftncsi.com"
|
|
- "www.msftncsi.com"
|
|
- "www.msftconnecttest.com"
|
|
clash-for-android:
|
|
# append-system-dns: true # 追加系统 DNS 到 nameserver
|
|
ui-subtitle-pattern: "[\u4e00-\u9fa5]{2,4}" |