v2ray客户端收不到浏览器请求 #1814
Unanswered
wangqiang1988
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
v2ray客户端收不到浏览器请求
你正在使用哪个版本的 V2Ray?
V2Ray 4.45.0
你的使用场景是什么?
chrome通过v2rayn代理访问直连或代理网站均会出现
你看到的异常现象是什么?
无法访问
你期待看到的正常表现是怎样的?
正常访问
请附上你的配置
客户端配置:
{
"policy": {
"system": {
"statsOutboundUplink": true,
"statsOutboundDownlink": true
}
},
"log": {
"access": "E:\v2rayN-Core\Vaccess.log",
"error": "E:\v2rayN-Core\Verror.log",
"loglevel": "debug"
},
"inbounds": [
{
"tag": "socks",
"port": 10808,
"listen": "127.0.0.1",
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
},
{
"tag": "http",
"port": 10809,
"listen": "127.0.0.1",
"protocol": "http",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
},
{
"tag": "api",
"port": 6203,
"listen": "127.0.0.1",
"protocol": "dokodemo-door",
"settings": {
"udp": false,
"address": "127.0.0.1",
"allowTransparent": false
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "10.255.1.103",
"ota": false,
"port": 7890,
"level": 1
}
]
},
"streamSettings": {
"network": "tcp"
},
"mux": {
"enabled": false,
"concurrency": -1
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "block",
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
}
}
],
"stats": {},
"api": {
"tag": "api",
"services": [
"StatsService"
]
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainMatcher": "linear",
"rules": [
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "api",
"enabled": true
},
{
"type": "field",
"inboundTag": [],
"outboundTag": "direct",
"domain": [
"domain:example-example.com",
"domain:example-example2.com",
"domain:h3c.com"
],
"enabled": true
},
{
"type": "field",
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
],
"enabled": true
},
{
"type": "field",
"outboundTag": "direct",
"domain": [
"geosite:cn"
],
"enabled": true
},
{
"type": "field",
"outboundTag": "direct",
"ip": [
"geoip:private",
"geoip:cn"
],
"enabled": true
},
{
"type": "field",
"port": "0-65535",
"inboundTag": [],
"outboundTag": "proxy",
"enabled": true
}
]
}
}
请附上出错时软件输出的错误日志
无错误日志,就到最后一条访问就没有了
2022/06/01 22:03:48 [Info] [121894965] app/dispatcher: sniffed domain: dlswbr.baidu.com
2022/06/01 22:03:48 [Info] [121894965] app/dispatcher: taking detour [direct] for [tcp:dlswbr.baidu.com:443]
2022/06/01 22:03:48 [Info] [121894965] proxy/freedom: opening connection to tcp:dlswbr.baidu.com:443
2022/06/01 22:03:48 [Info] [121894965] transport/internet/tcp: dialing TCP to tcp:dlswbr.baidu.com:443
2022/06/01 22:03:48 [Info] [1741061230] proxy/http: request to Method [CONNECT] Host [b.bdstatic.com:443] with URL [//b.bdstatic.com:443]
2022/06/01 22:03:48 [Info] [1741061230] app/dispatcher: sniffed domain: b.bdstatic.com
2022/06/01 22:03:48 [Info] [1741061230] app/dispatcher: taking detour [block] for [tcp:b.bdstatic.com:443]
请附上访问日志
2022/06/01 22:03:45 127.0.0.1:7905 accepted //hpd.baidu.com:443 [block]
2022/06/01 22:03:45 127.0.0.1:7906 accepted //sp2.baidu.com:443 [direct]
2022/06/01 22:03:45 127.0.0.1:7908 accepted //hpd.baidu.com:443 [block]
2022/06/01 22:03:45 127.0.0.1:7909 accepted //hpd.baidu.com:443 [block]
2022/06/01 22:03:48 127.0.0.1:7913 accepted //mbd.baidu.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7915 accepted //pic.rmb.bdstatic.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7916 accepted //mbdp01.bdstatic.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7918 accepted //ss0.bdstatic.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7919 accepted //dlswbr.baidu.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7922 accepted //b.bdstatic.com:443 [block]
2022/06/01 22:03:48 127.0.0.1:7929 accepted //miao.baidu.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7930 accepted //himg.bdimg.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7933 accepted //mbd.baidu.com:443 [direct]
2022/06/01 22:03:48 127.0.0.1:7935 accepted //t11.baidu.com:443 [direct]
2022/06/01 22:03:49 127.0.0.1:7928 accepted //mbd.baidu.com:443 [direct]
2022/06/01 22:03:50 127.0.0.1:7945 accepted //www.baidu.com:443 [direct]
2022/06/01 22:03:50 127.0.0.1:7947 accepted //passport.baidu.com:443 [direct]
2022/06/01 22:03:51 127.0.0.1:7950 accepted //mbdp01.bdstatic.com:443 [direct]
2022/06/01 22:03:51 127.0.0.1:7951 accepted //pic.rmb.bdstatic.com:443 [direct]
2022/06/01 22:03:51 127.0.0.1:7953 accepted //ug.baidu.com:443 [direct]
2022/06/01 22:03:51 127.0.0.1:7955 accepted //ext.baidu.com:443 [direct]
2022/06/01 22:03:51 127.0.0.1:7957 accepted //ug.baidu.com:443 [direct]
2022/06/01 22:03:51 127.0.0.1:7959 accepted //mbd.baidu.com:443 [direct]
Beta Was this translation helpful? Give feedback.
All reactions