Fix: dns-hijack no port

hidden
Loyalsoldier 3 months ago committed by GitHub
parent 0842a2009e
commit 2985224f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,14 +43,14 @@ tun:
auto-route: true
auto-detect-interface: true
dns-hijack:
- 114.114.114.114
- 180.76.76.76
- 119.29.29.29
- 223.5.5.5
- 8.8.8.8
- 8.8.4.4
- 1.1.1.1
- 1.0.0.1
- 114.114.114.114:53
- 180.76.76.76:53
- 119.29.29.29:53
- 223.5.5.5:53
- 8.8.8.8:53
- 8.8.4.4:53
- 1.1.1.1:53
- 1.0.0.1:53
proxy-groups:
- name: PROXY

Loading…
Cancel
Save