diff --git a/clash_base.yaml b/clash_base.yaml index a0302a5..9e59a91 100644 --- a/clash_base.yaml +++ b/clash_base.yaml @@ -5,16 +5,17 @@ mode: rule log-level: info external-controller: '127.0.0.1:9090' -dns: +sniffer: enable: true - listen: '127.0.0.1:9053' - default-nameserver: - - 223.5.5.5 - - 223.6.6.6 - - 119.29.29.29 - enhanced-mode: fake-ip - fake-ip-range: 198.18.0.1/16 - nameserver: - - 'https://223.5.5.5/dns-query' - - 'https://223.6.6.6/dns-query' - - 'https://doh.pub/dns-query' + override-destination: true + sniff: + HTTP: + ports: [80, 8080-8880] + override-destination: true + TLS: + ports: [443, 8443] + QUIC: + ports: [443, 8443] + skip-domain: + - 'Mijia Cloud' + - '+.push.apple.com'