mirror of
https://github.com/Loyalsoldier/clash-rules.git
synced 2024-11-10 03:15:35 +08:00
Fix: dns-hijack no port
This commit is contained in:
parent
0842a2009e
commit
2985224f2f
16
config.yaml
16
config.yaml
@ -43,14 +43,14 @@ tun:
|
|||||||
auto-route: true
|
auto-route: true
|
||||||
auto-detect-interface: true
|
auto-detect-interface: true
|
||||||
dns-hijack:
|
dns-hijack:
|
||||||
- 114.114.114.114
|
- 114.114.114.114:53
|
||||||
- 180.76.76.76
|
- 180.76.76.76:53
|
||||||
- 119.29.29.29
|
- 119.29.29.29:53
|
||||||
- 223.5.5.5
|
- 223.5.5.5:53
|
||||||
- 8.8.8.8
|
- 8.8.8.8:53
|
||||||
- 8.8.4.4
|
- 8.8.4.4:53
|
||||||
- 1.1.1.1
|
- 1.1.1.1:53
|
||||||
- 1.0.0.1
|
- 1.0.0.1:53
|
||||||
|
|
||||||
proxy-groups:
|
proxy-groups:
|
||||||
- name: PROXY
|
- name: PROXY
|
||||||
|
Loading…
Reference in New Issue
Block a user