Andrew

Results 1 comments of Andrew

当我在路由中加入以下规则(full规则),内网其他设备才可以被正确的路由到 proxy 上面: ```javascript "routing":{ "domainStrategy": "IPOnDemand", "rules": [ { "type": "field", "outboundTag": "proxy", "domain": [ "domain:github.com", "domain:google.com", "domain:dns.google", "domain:githubusercontent.com", "domain:docker.io", "domain:docker.com", "full:github.com", "full:google.com", "full:dns.google", "full:githubusercontent.com", "full:docker.io", "full:docker.com" ] },...