You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
国内和境外VPS节点:v2ray 4.45.2
PC:v2rayn v5.23, core 4.45.2
IOS:shadowrocket 2.2.12
国内节点配置如下,目的是通过国内节点分流国内IP和域名,直接从国内节点出站,其它的一律转发至境外VPS,不知是否有错误的地方?
{
"inbound": {
"port": 12345,
"listen":"0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{"id": "3a83ed7a-8483-4e0b-8c0a-4e0dd11eb6d8","alterId": 0}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/37550b90",
"headers":{
"Host":"pan.baidu.com"
}
}
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "your.domain.com",
"port": 443,
"users": [
{
"id": "fa8542eb-58ed-4478-80cd-dbdf33ab04c0",
"alterId": 0,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"serverName": "your.domain.com"
},
"wsSettings": {
"path": "/abcdef/",
"headers": {
"Host": "your.domain.com"
}
}
},
"mux": {
"enabled": false,
"concurrency": -1
}
},
"outboundDetour": [{
"tag": "cn",
"protocol": "freedom",
"settings": {}
}],
"routing": {
"strategy": "rules",
"settings": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "cn"
},
{
"type": "field",
"domain": [
"geosite:cn"
],
"outboundTag": "cn"
}]
}
}
}
目前发现这个配置不能访问www.txrjy.com,浏览器返回超时,v2rayn客户端log:
2022/08/05 10:31:15 [Info] [1652209626] proxy/socks: TCP Connect request to tcp:www.txrjy.com:443
2022/08/05 10:31:15 [Info] [1652209626] app/dispatcher: sniffed domain: www.txrjy.com
2022/08/05 10:31:15 [Info] [1652209626] app/dispatcher: taking detour [proxy] for [tcp:www.txrjy.com:443]
2022/08/05 10:31:15 [Info] [1652209626] transport/internet/websocket: creating connection to tcp:www.my.com:12345
2022/08/05 10:31:15 [Info] [1652209626] proxy/vmess/outbound: tunneling request to tcp:www.txrjy.com:443 via tcp:www.my.com:12345
2022/08/05 10:31:20 [Info] [1857520803] proxy/http: request to Method [CONNECT] Host [127.0.0.1:15490] with URL [//127.0.0.1:15490]
2022/08/05 10:31:20 [Info] [1857520803] app/dispatcher: taking detour [proxy] for [tcp:127.0.0.1:15490]
2022/08/05 10:31:20 [Info] [1857520803] transport/internet/websocket: creating connection to tcp:www.my.com:12345
2022/08/05 10:31:20 [Info] [1857520803] proxy/vmess/outbound: tunneling request to tcp:127.0.0.1:15490 via tcp:www.my.com:12345
2022/08/05 10:31:22 [Info] [1857520803] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1000 (normal)
2022/08/05 10:31:22 [Info] [1857520803] app/proxyman/inbound: connection ends > proxy/http: connection ends > io: read/write on closed pipe
2022/08/05 10:31:35 [Info] [1535151360] proxy/http: request to Method [CONNECT] Host [127.0.0.1:15490] with URL [//127.0.0.1:15490]
2022/08/05 10:31:35 [Info] [1535151360] app/dispatcher: taking detour [proxy] for [tcp:127.0.0.1:15490]
2022/08/05 10:31:35 [Info] [1535151360] transport/internet/websocket: creating connection to tcp:www.my.com:12345
2022/08/05 10:31:35 [Info] [1535151360] proxy/vmess/outbound: tunneling request to tcp:127.0.0.1:15490 via tcp:www.my.com:12345
2022/08/05 10:31:37 [Info] [1535151360] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1000 (normal)
2022/08/05 10:31:37 [Info] [1535151360] app/proxyman/inbound: connection ends > proxy/http: connection ends > io: read/write on closed pipe
2022/08/05 10:31:45 [Info] [2714350611] proxy/socks: TCP Connect request to tcp:edge-http.microsoft.com:80
2022/08/05 10:31:45 [Info] [2714350611] app/dispatcher: sniffed domain: edge-http.microsoft.com
2022/08/05 10:31:45 [Info] [2714350611] app/dispatcher: taking detour [proxy] for [tcp:edge-http.microsoft.com:80]
2022/08/05 10:31:45 [Info] [2714350611] transport/internet/websocket: creating connection to tcp:www.my.com:12345
2022/08/05 10:31:45 [Info] [2714350611] proxy/vmess/outbound: tunneling request to tcp:edge-http.microsoft.com:80 via tcp:www.my.com:12345
2022/08/05 10:31:46 [Info] [1652209626] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
2022/08/05 10:31:46 [Info] [1652209626] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > context canceled
国内节点log:
2022/08/05 02:31:49 [Info] [698543880] proxy/vmess/inbound: received request for tcp:www.txrjy.com:443
2022/08/05 02:31:49 [Info] [698543880] app/dispatcher: taking detour [cn] for [tcp:www.txrjy.com:443]
2022/08/05 02:31:49 [Info] [698543880] proxy/freedom: opening connection to tcp:www.txrjy.com:443
2022/08/05 02:31:49 [Info] [698543880] transport/internet/tcp: dialing TCP to tcp:www.txrjy.com:443
2022/08/05 02:31:57 [Info] [928672813] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1006 (abnormal closure): unexpected EOF
2022/08/05 02:31:57 [Info] [928672813] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:31:59 [Info] [1745531982] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1006 (abnormal closure): unexpected EOF
2022/08/05 02:31:59 [Info] [1745531982] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:32:00 [Info] [3819866732] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1006 (abnormal closure): unexpected EOF
2022/08/05 02:32:00 [Info] [3819866732] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:32:01 [Info] [1009237668] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1006 (abnormal closure): unexpected EOF
2022/08/05 02:32:01 [Info] [1009237668] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:32:02 [Info] [1354526180] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1006 (abnormal closure): unexpected EOF
2022/08/05 02:32:02 [Info] [1354526180] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:32:02 [Info] [528526069] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1006 (abnormal closure): unexpected EOF
2022/08/05 02:32:02 [Info] [528526069] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:32:03 [Info] [1105210141] proxy/vmess/inbound: received request for tcp:127.0.0.1:15490
2022/08/05 02:32:03 [Info] [1105210141] app/dispatcher: default route for tcp:127.0.0.1:15490
2022/08/05 02:32:03 [Info] [1105210141] transport/internet/websocket: creating connection to tcp:vps.my.com:443
2022/08/05 02:32:04 [Info] [1105210141] proxy/vmess/outbound: tunneling request to tcp:127.0.0.1:15490 via tcp:vps.my.com:443
2022/08/05 02:32:05 [Info] [1105210141] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > websocket: close 1000 (normal)
2022/08/05 02:32:05 [Info] [1105210141] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
2022/08/05 02:32:11 [Info] [2416622068] proxy/vmess/inbound: received request for tcp:www.bing.com:443
2022/08/05 02:32:11 [Debug] features/routing/dns: ctx.dnsClient doesn't implement ClientWithIPOption
2022/08/05 02:32:12 [Info] [2416622068] app/dispatcher: default route for tcp:www.bing.com:443
2022/08/05 02:32:12 [Info] [2416622068] transport/internet/websocket: creating connection to tcp:vps.my.com:443
2022/08/05 02:32:12 [Info] [2416622068] proxy/vmess/outbound: tunneling request to tcp:www.bing.com:443 via tcp:vps.my.com:443
2022/08/05 02:32:18 [Info] [107251971] proxy/vmess/inbound: received request for tcp:edge.microsoft.com:443
2022/08/05 02:32:18 [Debug] features/routing/dns: ctx.dnsClient doesn't implement ClientWithIPOption
2022/08/05 02:32:18 [Info] [107251971] app/dispatcher: default route for tcp:edge.microsoft.com:443
2022/08/05 02:32:18 [Info] [107251971] transport/internet/websocket: creating connection to tcp:vps.my.com:443
2022/08/05 02:32:18 [Info] [107251971] proxy/vmess/outbound: tunneling request to tcp:edge.microsoft.com:443 via tcp:vps.my.com:443
2022/08/05 02:32:20 [Info] [698543880] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled
2022/08/05 02:32:20 [Info] [698543880] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > io: read/write on closed pipe
Beta Was this translation helpful? Give feedback.
All reactions