Closed istomyang closed 1 year ago
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。
只有代理的规则,能正常分流。
直连分流慢,比如访问 www.baidu.com,一直在Loading,而访问google.com就很正常。
直连的响应很慢
自定义规则 里只有代理一栏填了,其余栏目是空的。
MIUI14
{ "dns": { "hosts": { "domain:googleapis.cn": "googleapis.com" }, "servers": [ "1.1.1.1", { "address": "1.1.1.1", "domains": [ "domain:v2ex.com", "domain:v2ray.com", "domain:reddit.com", "domain:stackoverflow.com", "domain:notion.so", "domain:amazonaws.com", "domain:docker.com", "domain:elastic.co", "domain:unsplash.com", "domain:youtube.com", "domain:google.com", "domain:googleapis.com", "domain:gstatic.com", "domain:gcr.io", "domain:k8s.io", "domain:go.dev", "domain:flutter.dev", "domain:flutterapp.com", "domain:android.com", "domain:github.com", "domain:github.io", "domain:githubapp.com", "domain:githubassets.com", "domain:githubusercontent.com" ], "port": 53 } ] }, "fakedns": [ { "ipPool": "198.18.0.0/15", "poolSize": 10000 } ], "inbounds": [ { "listen": "127.0.0.1", "port": 7890, "protocol": "socks", "settings": { "auth": "noauth", "udp": true, "userLevel": 8 }, "sniffing": { "destOverride": [ "http", "tls", "fakedns" ], "enabled": true }, "tag": "socks" }, { "listen": "127.0.0.1", "port": 7890, "protocol": "http", "settings": { "userLevel": 8 }, "tag": "http" } ], "log": { "loglevel": "none" }, "outbounds": [ { "mux": { "concurrency": 8, "enabled": false }, "protocol": "vless", "settings": { "vnext": [ { "address": "xxxcccccccc", "port": 38641, "users": [ { "encryption": "none", "flow": "", "id": "2beeb679-2f85-ab13-6fa6-724088fadbd1", "level": 8, "security": "auto" } ] } ] }, "streamSettings": { "httpSettings": { "host": [ "xxxxxxxx" ], "path": "/a7e76084" }, "network": "h2", "security": "tls", "tlsSettings": { "allowInsecure": false, "fingerprint": "", "serverName": "xxxxxxx" } }, "tag": "proxy" }, { "protocol": "freedom", "settings": { "domainStrategy": "UseIP" }, "tag": "direct" }, { "protocol": "blackhole", "settings": { "response": { "type": "http" } }, "tag": "block" } ], "routing": { "domainMatcher": "mph", "domainStrategy": "AsIs", "rules": [ { "ip": [ "1.1.1.1" ], "outboundTag": "proxy", "port": "53", "type": "field" }, { "domain": [ "telegram", "twitter", "domain:v2ex.com", "domain:v2ray.com", "domain:reddit.com", "domain:stackoverflow.com", "domain:notion.so", "domain:amazonaws.com", "domain:docker.com", "domain:elastic.co", "domain:unsplash.com", "gmail", "domain:youtube.com", "domain:google.com", "domain:googleapis.com", "domain:gstatic.com", "domain:gcr.io", "domain:k8s.io", "domain:go.dev", "domain:flutter.dev", "domain:flutterapp.com", "domain:android.com", "domain:github.com", "domain:github.io", "domain:githubapp.com", "domain:githubassets.com", "domain:githubusercontent.com" ], "outboundTag": "proxy", "type": "field" }, { "outboundTag": "direct", "port": "0-65535", "type": "field" } ] } }
v2ray手册:当没有匹配到任何规则时,流量默认由主出站协议发出。
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。
预期行为
只有代理的规则,能正常分流。
实际行为
直连分流慢,比如访问 www.baidu.com,一直在Loading,而访问google.com就很正常。
直连的响应很慢
复现方法
自定义规则 里只有代理一栏填了,其余栏目是空的。
日志信息
环境信息
MIUI14
额外信息(可选)