@LainZare 在 mihomo配置了warp后本地不停访问Cloudflare的DNS,正常吗? 中发帖
刚配置了warp链式代理,看日志发现基本上每隔一两分钟mihomo内核就访问一遍Cloudflare DNS,感觉不像是正常情况。
[image]
WARP配置
- name: "WARP"
type: wireguard
ip: "x.x.x.x"
ipv6: "x:x:x:x::x" # 没有v6地址直接删除
private-key: "x+x+x="
peers:
- server: x.x.x.x
port: x
public-key: "x+x/x="
allowed-ips: ['0.0.0.0/0', "::/0"] # 分流由clash处理
reserved: [x, x, x] # 如果需要自己填
udp: tru...