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.
23 lines
498 B
YAML
23 lines
498 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: redir-host
|
|
default-nameserver:
|
|
- 119.29.29.29
|
|
- 119.28.28.28
|
|
- 1.2.4.8
|
|
# experimental:
|
|
# interface-name: WLAN
|
|
clash-for-android:
|
|
# append-system-dns: true # 追加系统 DNS 到 nameserver
|
|
ui-subtitle-pattern: "[\u4e00-\u9fa5]{2,4}" |