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.
27 lines
561 B
YAML
27 lines
561 B
YAML
port: 7890
|
|
socks-port: 7891
|
|
allow-lan: true
|
|
mode: Rule
|
|
log-level: silent
|
|
external-controller: 0.0.0.0:9090
|
|
dns:
|
|
enable: true
|
|
ipv6: false
|
|
listen: 0.0.0.0:53
|
|
enhanced-mode: fake-ip
|
|
nameserver:
|
|
# DNS From rixCloud
|
|
- tcp://116.62.218.19:53
|
|
- tcp://139.196.72.143:53
|
|
# DNS From USTC
|
|
- tcp://202.141.162.123:53
|
|
- tcp://202.141.176.93:53
|
|
- tcp://202.38.93.94:53
|
|
# DNS From Hi!XNS
|
|
- tcp://40.73.101.101:53
|
|
# DNS From OpenDNS
|
|
- tcp://208.67.222.222:5353
|
|
fallback:
|
|
- tcp://1.0.0.1:53
|
|
- tcp://208.67.220.220:5353
|
|
- tls://1.0.0.1:853 |