Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法通过 socks 代理访问 #2266

Closed
PPG007 opened this issue May 8, 2023 · 2 comments
Closed

无法通过 socks 代理访问 #2266

PPG007 opened this issue May 8, 2023 · 2 comments

Comments

@PPG007
Copy link

PPG007 commented May 8, 2023

预期行为

能够正常使用 socks 代理。

实际行为

使用 socks 代理时无法访问。

复现方法

1.在同一局域网内的 Ubuntu20.04 上执行 ssh -D 0.0.0.0:8888 root@host 开启动态转发。
2.在 v2rayNG 中配置 socks 代理。
3.开始访问。

日志信息

日志前半部分使用默认配置。

日志中后半部分改为绕过局域网和大陆而后代理并开启本地 DNS。

--------- beginning of main
05-08 22:12:59.868 15880 15880 E com.v2ray.ang: Not starting debugger since process cannot load the jdwp agent.
05-08 22:12:59.884 15880 15900 I com.v2ray.ang: Open vivo delay for GC JIT .
05-08 22:12:59.893 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028769): avc: denied { getattr } for path="/data/bbkcore/theme/framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.893 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028770): avc: denied { getattr } for path="/data/bbkcore/theme/framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.893 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028771): avc: denied { read } for name="framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.893 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028772): avc: denied { getattr } for path="/data/bbkcore/theme/framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.897 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028773): avc: denied { getattr } for path="/data/bbkcore/theme/framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.897 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028774): avc: denied { getattr } for path="/data/bbkcore/theme/framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.897 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028775): avc: denied { read } for name="framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:12:59.897 15880 15880 W com.v2ray.ang: type=1400 audit(0.0:1028776): avc: denied { getattr } for path="/data/bbkcore/theme/framework-res" dev="dm-22" ino=320540 scontext=u:r:untrusted_app_30:s0:c84,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0:c512,c768 tclass=file permissive=0 app=com.v2ray.ang
05-08 22:13:00.117 15880 15964 I com.v2ray.ang: JIT delay 16th
05-08 22:13:00.117 15880 15964 I com.v2ray.ang: Delay JIT closed, delay JIT task size = 16
05-08 22:13:00.117 15880 15964 I com.v2ray.ang: Close vivo delay for GC JIT .
05-08 22:13:04.244 16027 16027 D com.v2ray.ang: {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   "dns": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     "hosts": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "domain:googleapis.cn": "googleapis.com"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     "servers": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "*******"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     ]
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   "inbounds": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "listen": "*********",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "port": 10808,
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "protocol": "socks",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "settings": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "auth": "noauth",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "udp": true,
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "userLevel": 8
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "sniffing": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "destOverride": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:           "http",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:           "tls"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         ],
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "enabled": true
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "tag": "socks"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "listen": "*********",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "port": 10809,
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "protocol": "http",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "settings": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "userLevel": 8
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "tag": "http"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     }
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   ],
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   "log": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     "loglevel": "warning"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   "outbounds": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "mux": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "concurrency": 8,
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "enabled": false
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "protocol": "socks",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "settings": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "servers": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:           {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:             "address": "************",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:             "level": 8,
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:             "method": "chacha20-poly1305",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:             "ota": false,
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:             "password": "",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:             "port": 8888
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:           }
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         ]
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "streamSettings": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "network": "tcp",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "security": ""
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "tag": "proxy"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "protocol": "freedom",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "settings": {},
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "tag": "direct"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "protocol": "blackhole",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "settings": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "response": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:           "type": "http"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         }
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       },
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       "tag": "block"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     }
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   ],
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   "routing": {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     "domainMatcher": "mph",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     "domainStrategy": "IPIfNonMatch",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     "rules": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       {
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "ip": [
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:           "*******"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         ],
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "outboundTag": "proxy",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "port": "53",
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:         "type": "field"
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:       }
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:     ]
05-08 22:13:04.244 16027 16027 D com.v2ray.ang:   }
05-08 22:13:04.244 16027 16027 D com.v2ray.ang: }
05-08 22:13:04.249 16027 16027 I GoLog   : loading core config
05-08 22:13:04.249 16027 16057 I GoLog   : Preparing Domain: ************:8888
05-08 22:13:04.250 16027 16057 I GoLog   : Prepare Result:
05-08 22:13:04.250 16027 16057 I GoLog   :  Domain: ************
05-08 22:13:04.250 16027 16057 I GoLog   :  Port: 8888
05-08 22:13:04.250 16027 16057 I GoLog   :  IPs: [************]
05-08 22:13:04.257 16027 16027 I GoLog   : new core
05-08 22:13:04.257 16027 16027 I GoLog   : start core
05-08 22:13:04.260 16027 16056 I GoLog   : [Warning] core: Xray 1.7.5 started
05-08 22:13:04.300 16027 16027 D com.v2ray.ang: [/data/app/~~BqRsBqGPNtzXA3vuAT9cIQ==/com.v2ray.ang-_ZYE1d9XZAyLa0XbcNiCsA==/lib/arm64/libtun2socks.so, --netif-ipaddr, **********, --netif-netmask, ***************, --socks-server-addr, *********:10808, --tunmtu, 1500, --sock-path, sock_path, --enable-udprelay, --loglevel, notice]
05-08 22:13:04.304 16027 16027 D com.v2ray.ang: Process[pid=16068, hasExited=false]
05-08 22:13:04.304 16027 16070 D com.v2ray.ang: libtun2socks.so check
05-08 22:13:04.304 16027 16027 D com.v2ray.ang: /data/user/0/com.v2ray.ang/files/sock_path
05-08 22:13:04.366 16027 16074 D com.v2ray.ang: sendFd tries: 0
05-08 22:13:04.370 16027 16060 I GoLog   : udp:*********:43526 accepted udp:*******:53 [socks -> proxy]
05-08 22:13:04.383 16027 16096 I GoLog   : udp:*********:41013 accepted udp:***************:2200 [socks >> proxy]
05-08 22:13:04.413 16027 16096 I GoLog   : udp:*********:37464 accepted udp:*******:53 [socks -> proxy]
05-08 22:13:04.428 16027 16101 I GoLog   : udp:*********:41316 accepted udp:*******:53 [socks -> proxy]
05-08 22:13:04.429 16027 16096 I GoLog   : tcp:*********:44796 accepted tcp:**************:4430 [socks >> proxy]

...............

05-08 22:15:05.092 16027 16027 I GoLog   : loading core config
05-08 22:15:05.093 16027 16060 I GoLog   : Preparing Domain: ************:8888
05-08 22:15:05.093 16027 16060 I GoLog   : Prepare Result:
05-08 22:15:05.093 16027 16060 I GoLog   :  Domain: ************
05-08 22:15:05.093 16027 16060 I GoLog   :  Port: 8888
05-08 22:15:05.093 16027 16060 I GoLog   :  IPs: [************]
05-08 22:15:05.295 16027 16027 I GoLog   : new core
05-08 22:15:05.333 16027 16027 I GoLog   : start core
05-08 22:15:05.335 16027 16056 I GoLog   : [Warning] core: Xray 1.7.5 started
05-08 22:15:05.361 16027 16027 D com.v2ray.ang: [/data/app/~~BqRsBqGPNtzXA3vuAT9cIQ==/com.v2ray.ang-_ZYE1d9XZAyLa0XbcNiCsA==/lib/arm64/libtun2socks.so, --netif-ipaddr, **********, --netif-netmask, ***************, --socks-server-addr, *********:10808, --tunmtu, 1500, --sock-path, sock_path, --enable-udprelay, --loglevel, notice, --dnsgw, *********:10853]
05-08 22:15:05.365 16027 16027 D com.v2ray.ang: Process[pid=18264, hasExited=false]
05-08 22:15:05.366 16027 16027 D com.v2ray.ang: /data/user/0/com.v2ray.ang/files/sock_path
05-08 22:15:05.366 16027 18266 D com.v2ray.ang: libtun2socks.so check
05-08 22:15:05.416 16027 16074 D com.v2ray.ang: sendFd tries: 0
05-08 22:15:05.431 16027 16056 I GoLog   : *********:44707 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.432 16027 16056 I GoLog   : Not Using Prepared: udp,***************:53
05-08 22:15:05.433 16027 16060 I GoLog   : DNS accepted udp:***************:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> direct]
05-08 22:15:05.448 16027 17359 I GoLog   : *********:42541 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.457 16027 17359 I GoLog   : Not Using Prepared: tcp,ime-service.vivo.com.cn:443
05-08 22:15:05.458 16027 16056 I GoLog   : tcp:*********:43400 accepted tcp:*************:443 [socks -> direct]
05-08 22:15:05.463 16027 16060 I GoLog   : *********:47067 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.466 16027 16060 I GoLog   : Not Using Prepared: tcp,mobile-nlp.vivo.com.cn:443
05-08 22:15:05.466 16027 16106 I GoLog   : tcp:*********:43412 accepted tcp:*************:443 [socks -> direct]
05-08 22:15:05.469 16027 17356 I GoLog   : *********:41220 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.574 16027 17356 I GoLog   : Not Using Prepared: tcp,**************:4430
05-08 22:15:05.575 16027 16106 I GoLog   : tcp:*********:43426 accepted tcp:**************:4430 [socks -> direct]
05-08 22:15:05.638 16027 17356 I GoLog   : *********:44766 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.677 16027 16060 I GoLog   : Not Using Prepared: tcp,aps.amap.com:443
05-08 22:15:05.677 16027 16106 I GoLog   : tcp:*********:43444 accepted tcp:************:443 [socks -> direct]
05-08 22:15:05.680 16027 17356 I GoLog   : *********:45352 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.703 16027 16106 I GoLog   : *********:38261 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.703 16027 16106 I GoLog   : DNS accepted udp:*******:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> proxy]
05-08 22:15:05.723 16027 16056 I GoLog   : Using Prepared: ************
05-08 22:15:05.747 15880 15894 W com.v2ray.ang: Cleared Reference was only reachable from finalizer (only reported once)
05-08 22:15:05.786 16027 16056 I GoLog   : tcp:*********:43442 accepted tcp:*************:10001 [socks >> proxy]
05-08 22:15:05.799 16027 16106 I GoLog   : Using Prepared: ************
05-08 22:15:05.918 16027 17359 I GoLog   : *********:49405 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:05.949 16027 16106 I GoLog   : Not Using Prepared: tcp,vcode-od.vivo.com.cn:443
05-08 22:15:05.950 16027 16060 I GoLog   : tcp:*********:43458 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:05.953 16027 16060 I GoLog   : *********:40302 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.131 16027 16060 I GoLog   : *********:41115 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.196 16027 16060 I GoLog   : Not Using Prepared: tcp,kernelapi.vivo.com.cn:443
05-08 22:15:06.196 16027 17359 I GoLog   : tcp:*********:43474 accepted tcp:**********:443 [socks -> direct]
05-08 22:15:06.198 16027 17359 I GoLog   : *********:48833 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.277 16027 16056 I GoLog   : *********:46144 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.303 16027 16056 I GoLog   : Not Using Prepared: tcp,loc.map.baidu.com:443
05-08 22:15:06.304 16027 16060 I GoLog   : tcp:*********:43476 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:06.306 16027 17359 I GoLog   : *********:45607 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.386 16027 17359 I GoLog   : *********:37091 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.406 16027 16060 I GoLog   : Not Using Prepared: tcp,h5.vivo.com.cn:443
05-08 22:15:06.406 16027 17359 I GoLog   : tcp:*********:43478 accepted tcp:************:443 [socks -> direct]
05-08 22:15:06.409 16027 16056 I GoLog   : *********:37057 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.476 16027 16060 I GoLog   : Not Using Prepared: tcp,vcode-od.vivo.com.cn:443
05-08 22:15:06.477 16027 16056 I GoLog   : tcp:*********:43484 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:06.480 16027 17359 I GoLog   : *********:48595 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.593 16027 16056 I GoLog   : *********:45242 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.594 16027 16056 I GoLog   : *********:49003 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.620 16027 16106 I GoLog   : Not Using Prepared: tcp,gcort-stsdk.vivo.com.cn:443
05-08 22:15:06.620 16027 16056 I GoLog   : Not Using Prepared: tcp,ort-stsdk.vivo.com.cn:443
05-08 22:15:06.620 16027 16060 I GoLog   : tcp:*********:46730 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:06.620 16027 16060 I GoLog   : tcp:*********:46738 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:06.623 16027 17359 I GoLog   : *********:41575 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:06.624 16027 17356 I GoLog   : *********:38307 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:07.295 16027 16060 I GoLog   : *********:48943 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:07.319 16027 16106 I GoLog   : Not Using Prepared: tcp,main.gamecenter.vivo.com.cn:443
05-08 22:15:07.320 16027 16056 I GoLog   : tcp:*********:46744 accepted tcp:**************:443 [socks -> direct]
05-08 22:15:07.323 16027 16056 I GoLog   : *********:43976 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:08.153 16027 16106 I GoLog   : *********:45293 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:08.179 16027 17359 I GoLog   : Not Using Prepared: tcp,vmcs-lb.vivo.com.cn:443
05-08 22:15:08.180 16027 16060 I GoLog   : tcp:*********:46750 accepted tcp:*************:443 [socks -> direct]
05-08 22:15:08.184 16027 16060 I GoLog   : *********:49477 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:09.716 16027 16106 I GoLog   : DNS accepted udp:*******:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> proxy]
05-08 22:15:09.725 16027 17359 I GoLog   : Using Prepared: ************
05-08 22:15:10.708 16027 17356 I GoLog   : DNS accepted udp:*******:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> proxy]
05-08 22:15:10.742 16027 17359 I GoLog   : Using Prepared: ************
^[[B05-08 22:15:11.238 16027 16106 I GoLog   : Not Using Prepared: tcp,tpstelemetry.tencent.com:443
05-08 22:15:11.239 16027 17356 I GoLog   : tcp:*********:46762 accepted tcp:*************:443 [socks -> direct]
05-08 22:15:11.241 16027 17356 I GoLog   : *********:46196 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:11.243 16027 17356 I GoLog   : *********:44453 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:13.421 16027 16060 I GoLog   : Not Using Prepared: tcp,*************:6914
05-08 22:15:13.422 16027 17356 I GoLog   : tcp:*********:46772 accepted tcp:*************:6914 [socks -> direct]
05-08 22:15:13.730 16027 17356 I GoLog   : DNS accepted udp:*******:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> proxy]
05-08 22:15:13.815 16027 16060 I GoLog   : Using Prepared: ************
05-08 22:15:15.718 16027 16074 D com.v2ray.ang: measureV2rayDelay: go.Universe$proxyerror: Get "************************************* net/http: TLS handshake timeout
05-08 22:15:17.575 16027 17356 I GoLog   : *********:44876 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:17.576 16027 17356 I GoLog   : DNS accepted udp:*******:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> proxy]
05-08 22:15:17.605 16027 16060 I GoLog   : Using Prepared: ************
05-08 22:15:17.741 16027 17356 I GoLog   : Using Prepared: ************
05-08 22:15:17.961 16027 17356 I GoLog   : Not Using Prepared: tcp,vcode-od.vivo.com.cn:443
05-08 22:15:17.961 16027 16060 I GoLog   : tcp:*********:42654 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:17.964 16027 16106 I GoLog   : *********:39551 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:19.281 16027 16056 I GoLog   : Not Using Prepared: tcp,vcode-od.vivo.com.cn:443
05-08 22:15:19.281 16027 17356 I GoLog   : tcp:*********:42668 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:19.281 16027 17356 I GoLog   : tcp:*********:42666 accepted tcp:***************:443 [socks -> direct]
05-08 22:15:19.281 16027 17356 I GoLog   : Not Using Prepared: tcp,vcode-od.vivo.com.cn:443
05-08 22:15:19.285 16027 16106 I GoLog   : *********:38740 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:19.613 16027 16027 D com.v2ray.ang: SCREEN_OFF, stop querying stats
05-08 22:15:20.749 16027 16106 I GoLog   : *********:48050 accepted udp:*******:53 [dns-in -> dns-out]
05-08 22:15:20.750 16027 16056 I GoLog   : DNS accepted udp:*******:53 [xray.system.70bf91b4-8e43-4474-aa7d-f7039f028cff -> proxy]

环境信息

硬件:vivo x90 pro+
OS:OriginOS3 PD2227B_A_13.0.20.5.W10.V000L1
安卓版本:13
v2rayNG:1.7.38

额外信息(可选)

Screenshot_2023_0508_222309

Screenshot_20230508_222316

在 IOS 中使用 shadowrocket 设置 socks5 代理,ssh 动态转发配置相同时,可以正常代理。

@PPG007
Copy link
Author

PPG007 commented May 8, 2023

不确定是否和 #2135 是同一个问题,但是使用 #2135 (comment) 的方案可以代理访问了。

@dante502
Copy link

dante502 commented Jun 1, 2023

不确定是否和 #2135 是同一个问题,但是使用 #2135 (comment) 的方案可以代理访问了。

我也是这个问题,我已经使用 #2135 的方案成功弄好了

@2dust 2dust closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants