Skip to content

Commit

Permalink
feat: use DoH for mainland DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG committed Nov 8, 2024
1 parent 63eef4b commit 2294b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mihomo-ekko-prefer/files/etc/mihomo/mixin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dns:
- 119.29.29.29
- 223.5.5.5
nameserver:
- 119.29.29.29
- 223.5.5.5
- https://dot.pub/dns-query
- https://dns.alidns.com/dns-query
fallback:
- tcp://8.8.8.8
- tcp://1.1.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set mihomo.proxy.acl_tcp_dport='0-3477 3479-65535'
set mihomo.proxy.acl_udp_dport='0-3477 3479-65535'
set mihomo.mixin.ipv6='1'
set mihomo.mixin.dns_mode='normal'
set mihomo.mixin.dns_doh_prefer_http3='1'
set mihomo.mixin.dns_ipv6='1'
set mihomo.mixin.dns_system_hosts='1'
set mihomo.mixin.dns_respect_rules='1'
Expand Down

0 comments on commit 2294b1e

Please sign in to comment.