Skip to content

Commit

Permalink
fix dns lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Sep 7, 2023
1 parent 1313bc1 commit 4dd786d
Show file tree
Hide file tree
Showing 46 changed files with 932 additions and 180 deletions.
15 changes: 4 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions clash/tests/data/config/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dns:
- 114.114.114.114 # default value
- 8.8.8.8 # default value
- tls://dns.google:853 # DNS over TLS
- https://1.1.1.1/dns-query # DNS over HTTPS
- https://dns.google/dns-query # DNS over HTTPS
# - dhcp://en0 # dns from dhcp

allow-lan: true
Expand Down Expand Up @@ -150,14 +150,14 @@ proxies:
proxy-providers:
file-provider:
type: file
path: ./ss.yaml
path: ./ss-loop.yaml
health-check:
enable: true
url: http://www.gstatic.com/generate_204
interval: 300
remote-provider:
type: http
url: https://xample.com/proxies.yaml
url: https://example.com/clash/proxies
interval: 300
path: ./proxies.yaml
health-check:
Expand Down
Loading

0 comments on commit 4dd786d

Please sign in to comment.