Skip to content

Commit

Permalink
Merge pull request #146 from NahidaBuer/enable-doh-for-default-namese…
Browse files Browse the repository at this point in the history
…rver

✨️ enable doh for default nameserver by default #145
  • Loading branch information
AirportR authored Jan 14, 2024
2 parents 3859c96 + 9327343 commit 398361a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions utils/clash.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,8 @@ def check_init():
geoip-code: CN
listen: 0.0.0.0:53
nameserver:
- 119.29.29.29
- 223.5.5.5
- 114.114.114.114
- https://doh.pub/dns-query
- https://dns.alidns.com/dns-query
external-controller: 127.0.0.1:11230
ipv6: true
log-level: info
Expand Down
4 changes: 2 additions & 2 deletions utils/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ def preTemplate():
bind-address: '*'
dns:
default-nameserver:
- 119.29.29.29
- 223.5.5.5
- https://doh.pub/dns-query
- https://dns.alidns.com/dns-query
enable: false
enhanced-mode: fake-ip
fallback:
Expand Down

0 comments on commit 398361a

Please sign in to comment.