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

HTTP2+uTLS not working #1698

Closed
ghost opened this issue Oct 19, 2022 · 23 comments · Fixed by 2dust/AndroidLibXrayLite#11
Closed

HTTP2+uTLS not working #1698

ghost opened this issue Oct 19, 2022 · 23 comments · Fixed by 2dust/AndroidLibXrayLite#11

Comments

@ghost
Copy link

ghost commented Oct 19, 2022

Running 1.7.21 on my Android and uTLS fingerprint doesn't seem to be working! I have the exact same config on my Linux running with xray on the same network and it's working flawlessly.

Logcat:

adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main
--------- beginning of main
10-20 01:02:06.131 17233 17233 D com.v2ray.ang: {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "dns": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "hosts": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "domain:googleapis.cn": "googleapis.com"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "servers": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "8.8.8.8"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "inbounds": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "listen": "127.0.0.1",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "port": 10808,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "socks",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "auth": "noauth",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "udp": true,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "userLevel": 8
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "sniffing": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "destOverride": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "http",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "tls"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "enabled": true
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "socks"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "listen": "127.0.0.1",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "port": 10809,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "http",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "userLevel": 8
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "http"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "log": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "loglevel": "debug"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "outbounds": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "mux": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "concurrency": 8,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "enabled": false
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "vmess",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "vnext": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             "address": "mydomain.com",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             "port": 443,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             "users": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:               {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "alterId": 0,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "encryption": "",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "flow": "",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "id": "xxx",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "level": 8,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "security": "none"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:               }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "streamSettings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "httpSettings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "host": [],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "path": ""
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "network": "h2",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "security": "tls",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "tlsSettings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "allowInsecure": false,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "fingerprint": "chrome",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "serverName": "mydomain.com"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "proxy"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "freedom",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {},
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "direct"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "blackhole",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "response": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "type": "http"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "block"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "routing": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "domainMatcher": "mph",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "domainStrategy": "AsIs",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "rules": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "ip": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "8.8.8.8"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "outboundTag": "proxy",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "port": "53",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "type": "field"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang: }
10-20 01:02:06.133 17233 17233 I GoLog   : loading core config
10-20 01:02:06.133 17233 17263 I GoLog   : Preparing Domain: mydomain.com:443
10-20 01:02:06.133 17233 17233 I GoLog   : new core
10-20 01:02:06.133 17233 17233 I GoLog   : start core
10-20 01:02:06.134 17233 17307 I GoLog   : [Debug] app/log: Logger started
10-20 01:02:06.134 17233 17307 I GoLog   : [Info] app/dns: DNS: created UDP client initialized for 8.8.8.8:53
10-20 01:02:06.134 17233 17307 I GoLog   : [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10808
10-20 01:02:06.134 17233 17307 I GoLog   : [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10809
10-20 01:02:06.134 17233 17253 I GoLog   : [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10809
10-20 01:02:06.134 17233 17253 I GoLog   : [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10808
10-20 01:02:06.134 17233 17253 I GoLog   : [Info] transport/internet/udp: listening UDP on 127.0.0.1:10808
10-20 01:02:06.134 17233 17253 I GoLog   : [Warning] core: Xray 1.6.0 started
10-20 01:02:06.137 17233 17263 I GoLog   : Prepare Result:
10-20 01:02:06.137 17233 17263 I GoLog   :  Domain: mydomain.com
10-20 01:02:06.137 17233 17263 I GoLog   :  Port: 443
10-20 01:02:06.137 17233 17263 I GoLog   :  IPs: [x.x.x.x]
10-20 01:02:06.150 17233 17233 D com.v2ray.ang: [/data/app/~~tUCiskyhXlVzr_nmSMPqbA==/com.v2ray.ang-ADYcRY0eFznm42sQYFT1kQ==/lib/arm64/libtun2socks.so, --netif-ipaddr, 26.26.26.2, --netif-netmask, 255.255.255.252, --socks-server-addr, 127.0.0.1:10808, --tunmtu, 1500, --sock-path, sock_path, --enable-udprelay, --loglevel, notice]
10-20 01:02:06.153 17233 17233 D com.v2ray.ang: Process[pid=27236, hasExited=false]
10-20 01:02:06.153 17233 17233 D com.v2ray.ang: /data/user/0/com.v2ray.ang/files/sock_path
10-20 01:02:06.205 17233 17271 D com.v2ray.ang: sendFd tries: 0
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [4130478053] proxy/socks: client UDP connection from udp:127.0.0.1:40074
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [4130478053] proxy/socks: send packet to udp:8.8.8.8:53 with 36 bytes
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [4130478053] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [2355519662] proxy/socks: client UDP connection from udp:127.0.0.1:42269
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:443
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [4130478053] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [2355519662] app/dispatcher: default route for udp:8.8.8.8:443
10-20 01:02:06.209 17233 17253 I GoLog   : udp:127.0.0.1:40074 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:06.209 17233 17253 I GoLog   : udp:127.0.0.1:42269 accepted udp:8.8.8.8:443 [socks >> proxy]
10-20 01:02:06.213 17233 17253 I GoLog   : [Info] [2322257790] proxy/socks: client UDP connection from udp:127.0.0.1:44606
10-20 01:02:06.213 17233 17253 I GoLog   : [Debug] [2322257790] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:06.213 17233 17253 I GoLog   : [Debug] [2322257790] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:06.213 17233 17253 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:06.213 17233 17253 I GoLog   : [Info] [2322257790] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:06.213 17233 17263 I GoLog   : udp:127.0.0.1:44606 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:06.230 17233 17263 I GoLog   : [Info] [2477602631] app/proxyman/inbound: connection ends > proxy/socks: failed to read request > proxy/socks: insufficient header > EOF
10-20 01:02:06.230 17233 17263 I GoLog   : tcp:127.0.0.1:48264 rejected  proxy/socks: insufficient header > EOF
10-20 01:02:06.231 17233 17263 I GoLog   : [Info] [977991148] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [3559141563] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [2276487932] proxy/socks: TCP Connect request to tcp:8.8.8.8:853
10-20 01:02:06.232 17233 17263 I GoLog   : tcp:127.0.0.1:48258 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [977991148] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [977991148] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:06.233 17233 17259 I GoLog   : tcp:127.0.0.1:48260 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:06.233 17233 17259 I GoLog   : [Info] [3559141563] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:06.233 17233 17259 I GoLog   : [Info] [3559141563] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:06.233 17233 17259 I GoLog   : [Info] [2276487932] app/dispatcher: default route for tcp:8.8.8.8:853
10-20 01:02:06.233 17233 17259 I GoLog   : tcp:127.0.0.1:48262 accepted tcp:8.8.8.8:853 [socks >> proxy]
10-20 01:02:06.276 17233 17259 I GoLog   : [Info] [3603078511] proxy/socks: TCP Connect request to tcp:47.241.218.164:5222
10-20 01:02:06.279 17233 17253 I GoLog   : [Info] [3603078511] app/dispatcher: default route for tcp:47.241.218.164:5222
10-20 01:02:06.279 17233 17253 I GoLog   : tcp:127.0.0.1:48268 accepted tcp:47.241.218.164:5222 [socks >> proxy]
10-20 01:02:06.282 17233 17253 I GoLog   : [Info] [3257951298] proxy/socks: TCP Connect request to tcp:157.240.20.15:443
10-20 01:02:06.282 17233 17253 I GoLog   : tcp:127.0.0.1:48272 accepted tcp:157.240.20.15:443 [socks >> proxy]
10-20 01:02:06.282 17233 17253 I GoLog   : [Info] [3257951298] app/dispatcher: sniffed domain: web.facebook.com
10-20 01:02:06.282 17233 17253 I GoLog   : [Info] [3257951298] app/dispatcher: default route for tcp:web.facebook.com:443
10-20 01:02:06.336 17233 17307 I GoLog   : Using Prepared: x.x.x.x
10-20 01:02:06.410 17233 17307 I GoLog   : [Info] [2827951729] proxy/socks: client UDP connection from udp:127.0.0.1:38200
10-20 01:02:06.410 17233 17307 I GoLog   : [Debug] [2827951729] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:06.410 17233 17307 I GoLog   : [Debug] [2827951729] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:06.410 17233 17307 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:06.410 17233 17307 I GoLog   : [Info] [2827951729] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:06.410 17233 17307 I GoLog   : udp:127.0.0.1:38200 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:06.435 17233 17307 I GoLog   : [Info] [925665400] proxy/socks: TCP Connect request to tcp:157.240.19.54:80
10-20 01:02:06.444 17233 17307 I GoLog   : [Info] [925665400] app/dispatcher: sniffed domain: c.whatsapp.net
10-20 01:02:06.444 17233 17307 I GoLog   : [Info] [925665400] app/dispatcher: default route for tcp:c.whatsapp.net:80
10-20 01:02:06.444 17233 17307 I GoLog   : tcp:127.0.0.1:48276 accepted tcp:157.240.19.54:80 [socks >> proxy]
10-20 01:02:07.167 17233 17307 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:07.167 17233 17307 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:07.234 17233 17263 I GoLog   : [Info] [977991148] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:07.235 17233 17263 I GoLog   : [Info] [3559141563] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:07.915 17233 17263 I GoLog   : [Info] [3639597342] proxy/socks: client UDP connection from udp:127.0.0.1:40460
10-20 01:02:07.915 17233 17263 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:07.915 17233 17263 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:07.916 17233 17263 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:10.10.34.35:443
10-20 01:02:07.916 17233 17263 I GoLog   : [Info] [3639597342] app/dispatcher: default route for udp:10.10.34.35:443
10-20 01:02:07.916 17233 17307 I GoLog   : udp:127.0.0.1:40460 accepted udp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:08.228 17233 17253 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:08.228 17233 17253 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:08.855 17233 17307 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:08.856 17233 17307 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:09.165 17233 17253 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:09.165 17233 17253 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:09.166 17233 17253 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:09.166 17233 17253 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:09.435 17233 17307 I GoLog   : [Info] [3622894225] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.435 17233 17307 I GoLog   : [Info] [3499729644] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.436 17233 17307 I GoLog   : [Info] [3499729644] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.436 17233 17307 I GoLog   : [Info] [3499729644] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.436 17233 17253 I GoLog   : tcp:127.0.0.1:48284 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.437 17233 17263 I GoLog   : [Info] [3622894225] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.437 17233 17263 I GoLog   : [Info] [3622894225] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.437 17233 17263 I GoLog   : tcp:127.0.0.1:48280 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.440 17233 17253 I GoLog   : [Info] [505903367] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.445 17233 17263 I GoLog   : tcp:127.0.0.1:48290 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [505903367] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [505903367] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [1572491077] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [1572491077] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [1572491077] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.445 17233 17263 I GoLog   : tcp:127.0.0.1:48292 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.446 17233 17307 I GoLog   : [Info] [1773972445] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.446 17233 17307 I GoLog   : [Info] [4180041909] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.447 17233 17306 I GoLog   : tcp:127.0.0.1:48300 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [1773972445] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [1773972445] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.447 17233 17306 I GoLog   : tcp:127.0.0.1:48298 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [4180041909] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [4180041909] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:10.091 17233 17306 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:10.091 17233 17306 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:10.189 17233 17307 I GoLog   : [Info] [385688417] proxy/socks: TCP Connect request to tcp:x.x.x.x:993
10-20 01:02:10.189 17233 17307 I GoLog   : [Info] [385688417] app/dispatcher: sniffed domain: mydomain.com
10-20 01:02:10.189 17233 17307 I GoLog   : [Info] [385688417] app/dispatcher: default route for tcp:mydomain.com:993
10-20 01:02:10.189 17233 17306 I GoLog   : tcp:127.0.0.1:48304 accepted tcp:x.x.x.x:993 [socks >> proxy]
10-20 01:02:10.464 17233 17307 I GoLog   : [Error] transport/internet/http: failed to dial to mydomain.com:443 > EOF
10-20 01:02:10.592 17233 17306 I GoLog   : Using Prepared: x.x.x.x
10-20 01:02:11.177 17233 17306 I GoLog   : [Debug] [4130478053] proxy/socks: send packet to udp:8.8.8.8:53 with 36 bytes
10-20 01:02:11.177 17233 17306 I GoLog   : [Debug] [4130478053] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:11.213 17233 17306 I GoLog   : [Debug] [2322257790] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:11.213 17233 17306 I GoLog   : [Debug] [2322257790] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:11.416 17233 17306 I GoLog   : [Debug] [2827951729] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:11.416 17233 17306 I GoLog   : [Debug] [2827951729] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:11.920 17233 17305 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:11.920 17233 17305 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:14.752 17233 17306 I GoLog   : [Error] transport/internet/http: failed to dial to mydomain.com:443 > EOF
10-20 01:02:15.161 17233 17306 I GoLog   : Using Prepared: x.x.x.x
10-20 01:02:16.220 17233 17307 I GoLog   : [Info] [345081421] proxy/socks: client UDP connection from udp:127.0.0.1:38108
10-20 01:02:16.220 17233 17307 I GoLog   : [Debug] [345081421] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:16.220 17233 17307 I GoLog   : [Debug] [345081421] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:16.220 17233 17307 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:16.220 17233 17307 I GoLog   : [Info] [345081421] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:16.220 17233 17307 I GoLog   : udp:127.0.0.1:38108 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:16.423 17233 17306 I GoLog   : [Info] [1004240224] proxy/socks: client UDP connection from udp:127.0.0.1:39638
10-20 01:02:16.424 17233 17306 I GoLog   : [Debug] [1004240224] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:16.424 17233 17306 I GoLog   : [Debug] [1004240224] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:16.424 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:16.424 17233 17306 I GoLog   : [Info] [1004240224] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:16.424 17233 17306 I GoLog   : udp:127.0.0.1:39638 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:17.181 17233 17306 I GoLog   : [Info] [1782822750] proxy/socks: client UDP connection from udp:127.0.0.1:42499
10-20 01:02:17.181 17233 17306 I GoLog   : [Debug] [1782822750] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:17.181 17233 17306 I GoLog   : [Debug] [1782822750] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:17.181 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:157.240.20.63:443
10-20 01:02:17.181 17233 17306 I GoLog   : [Info] [1782822750] app/dispatcher: default route for udp:157.240.20.63:443
10-20 01:02:17.182 17233 17306 I GoLog   : udp:127.0.0.1:42499 accepted udp:157.240.20.63:443 [socks >> proxy]
10-20 01:02:20.701 17233 17263 I GoLog   : [Info] app/dispatcher: default route for tcp:www.google.com:80
10-20 01:02:21.225 17233 17306 I GoLog   : [Debug] [345081421] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:21.225 17233 17306 I GoLog   : [Debug] [345081421] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:21.428 17233 17306 I GoLog   : [Debug] [1004240224] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:21.429 17233 17306 I GoLog   : [Debug] [1004240224] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:26.240 17233 17306 I GoLog   : [Info] [1155283771] proxy/socks: client UDP connection from udp:127.0.0.1:49611
10-20 01:02:26.240 17233 17306 I GoLog   : [Debug] [1155283771] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:26.240 17233 17306 I GoLog   : [Debug] [1155283771] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:26.240 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:26.240 17233 17306 I GoLog   : [Info] [1155283771] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:26.240 17233 17306 I GoLog   : udp:127.0.0.1:49611 accepted udp:8.8.8.8:53 [socks -> proxy]
.
.
.
10-20 01:02:32.247 17233 17305 I GoLog   : [Info] [3077118004] proxy/socks: TCP Connect request to tcp:157.240.201.63:443
10-20 01:02:32.247 17233 17305 I GoLog   : [Info] [3077118004] app/dispatcher: sniffed domain: scontent-ams4-1.cdninstagram.com
10-20 01:02:32.247 17233 17305 I GoLog   : [Info] [3077118004] app/dispatcher: default route for tcp:scontent-ams4-1.cdninstagram.com:443
10-20 01:02:32.247 17233 17305 I GoLog   : tcp:127.0.0.1:48344 accepted tcp:157.240.201.63:443 [socks >> proxy]
10-20 01:02:32.332 17233 17305 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:32.332 17233 17305 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:32.380 17233 17305 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:32.380 17233 17305 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:32.425 17233 17305 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:32.425 17233 17305 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:32.627 17233 17305 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:32.627 17233 17305 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:32.701 17233 17271 D com.v2ray.ang: measureV2rayDelay: go.Universe$proxyerror: Get "http://www.google.com/generate_204": context deadline exceeded
10-20 01:02:32.784 17233 17307 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:32.785 17233 17307 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:32.863 17233 17307 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:32.863 17233 17307 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:33.072 17233 17305 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:33.073 17233 17305 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:33.634 17233 17305 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:33.634 17233 17305 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:33.712 17233 17263 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:33.712 17233 17263 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:33.893 17233 17263 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:33.893 17233 17263 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:35.254 17233 17263 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:35.254 17233 17263 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:35.365 17233 17263 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:35.365 17233 17263 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:35.545 17233 17263 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:35.545 17233 17263 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:36.081 17233 17263 I GoLog   : [Info] [506751241] proxy/socks: TCP Connect request to tcp:157.240.20.63:443
10-20 01:02:36.081 17233 17307 I GoLog   : [Info] [506751241] app/dispatcher: sniffed domain: i.instagram.com
10-20 01:02:36.081 17233 17307 I GoLog   : [Info] [506751241] app/dispatcher: default route for tcp:i.instagram.com:443
10-20 01:02:36.081 17233 17305 I GoLog   : tcp:127.0.0.1:48348 accepted tcp:157.240.20.63:443 [socks >> proxy]
10-20 01:02:36.175 17233 17305 I GoLog   : [Info] [2742706716] proxy/socks: client UDP connection from udp:127.0.0.1:42426
10-20 01:02:36.175 17233 17305 I GoLog   : [Debug] [2742706716] proxy/socks: send packet to udp:8.8.8.8:53 with 39 bytes
10-20 01:02:36.175 17233 17305 I GoLog   : [Debug] [2742706716] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.175 17233 17305 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:36.175 17233 17305 I GoLog   : [Info] [2742706716] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:36.176 17233 17305 I GoLog   : udp:127.0.0.1:42426 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:36.220 17233 17263 I GoLog   : [Info] [431596370] proxy/socks: TCP Connect request to tcp:157.240.20.15:443
10-20 01:02:36.220 17233 17263 I GoLog   : [Info] [431596370] app/dispatcher: sniffed domain: web.facebook.com
10-20 01:02:36.220 17233 17263 I GoLog   : [Info] [431596370] app/dispatcher: default route for tcp:web.facebook.com:443
10-20 01:02:36.220 17233 17263 I GoLog   : tcp:127.0.0.1:48352 accepted tcp:157.240.20.15:443 [socks >> proxy]
10-20 01:02:36.248 17233 17263 I GoLog   : [Info] [3673872804] proxy/socks: client UDP connection from udp:127.0.0.1:40407
10-20 01:02:36.249 17233 17263 I GoLog   : [Debug] [3673872804] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:36.249 17233 17263 I GoLog   : [Debug] [3673872804] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.249 17233 17263 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:36.249 17233 17307 I GoLog   : [Info] [3673872804] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:36.249 17233 17307 I GoLog   : udp:127.0.0.1:40407 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:36.486 17233 17305 I GoLog   : [Info] [3383852405] proxy/socks: client UDP connection from udp:127.0.0.1:37895
10-20 01:02:36.487 17233 17305 I GoLog   : [Debug] [3383852405] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:36.487 17233 17305 I GoLog   : [Debug] [3383852405] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.487 17233 17305 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:36.487 17233 17305 I GoLog   : [Info] [3383852405] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:36.487 17233 17305 I GoLog   : udp:127.0.0.1:37895 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:36.960 17233 17307 I GoLog   : [Debug] [4183928522] proxy/socks: send packet to udp:8.8.8.8:53 with 40 bytes
10-20 01:02:36.960 17233 17307 I GoLog   : [Debug] [4183928522] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.972 17233 17307 I GoLog   : [Debug] [3289316573] proxy/socks: send packet to udp:8.8.8.8:53 with 33 bytes
10-20 01:02:36.972 17233 17307 I GoLog   : [Debug] [3289316573] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.980 17233 17307 I GoLog   : [Debug] [899734171] proxy/socks: send packet to udp:8.8.8.8:53 with 40 bytes
10-20 01:02:36.980 17233 17307 I GoLog   : [Debug] [899734171] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:37.097 17233 17307 I GoLog   : [Debug] [212146434] proxy/socks: send packet to udp:8.8.8.8:53 with 50 bytes
10-20 01:02:37.097 17233 17307 I GoLog   : [Debug] [212146434] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:37.209 17233 17263 I GoLog   : [Info] [3257951298] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:37.240 17233 17307 I GoLog   : [Info] [2276487932] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:37.243 17233 17307 I GoLog   : [Debug] [3735147714] proxy/socks: send packet to udp:8.8.8.8:53 with 50 bytes
10-20 01:02:37.243 17233 17307 I GoLog   : [Debug] [3735147714] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:37.482 17233 17307 I GoLog   : [Info] [925665400] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:39.493 17233 17263 I GoLog   : [Info] [52940558] proxy/socks: client UDP connection from udp:127.0.0.1:38501
10-20 01:02:39.493 17233 17263 I GoLog   : [Debug] [52940558] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:39.493 17233 17263 I GoLog   : [Debug] [52940558] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:39.493 17233 17263 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:39.493 17233 17263 I GoLog   : [Info] [52940558] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:39.493 17233 17263 I GoLog   : udp:127.0.0.1:38501 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:40.465 17233 17307 I GoLog   : [Info] [3499729644] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17307 I GoLog   : [Info] [3622894225] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17307 I GoLog   : [Info] [505903367] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17263 I GoLog   : [Info] [1572491077] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17263 I GoLog   : [Info] [4180041909] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.467 17233 17305 I GoLog   : [Info] [1773972445] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:41.008 17233 17306 I GoLog   : [Info] [3866205160] proxy/socks: client UDP connection from udp:127.0.0.1:40479
10-20 01:02:41.008 17233 17306 I GoLog   : [Debug] [3866205160] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:41.008 17233 17306 I GoLog   : [Debug] [3866205160] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:41.008 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:10.10.34.35:443
10-20 01:02:41.008 17233 17306 I GoLog   : udp:127.0.0.1:40479 accepted udp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:41.008 17233 17306 I GoLog   : [Info] [3866205160] app/dispatcher: default route for udp:10.10.34.35:443
10-20 01:02:41.179 17233 17307 I GoLog   : [Debug] [2742706716] proxy/socks: send packet to udp:8.8.8.8:53 with 39 bytes
10-20 01:02:41.179 17233 17307 I GoLog   : [Debug] [2742706716] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.198 17233 17307 I GoLog   : [Info] [385688417] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:41.253 17233 17307 I GoLog   : [Debug] [3673872804] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:41.253 17233 17307 I GoLog   : [Debug] [3673872804] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.319 17233 17307 I GoLog   : [Debug] [3866205160] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:41.319 17233 17307 I GoLog   : [Debug] [3866205160] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:41.490 17233 17306 I GoLog   : [Debug] [3383852405] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:41.490 17233 17306 I GoLog   : [Debug] [3383852405] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.956 17233 17306 I GoLog   : [Debug] [3866205160] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:41.956 17233 17306 I GoLog   : [Debug] [3866205160] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:41.981 17233 17306 I GoLog   : [Info] [4154865044] proxy/socks: client UDP connection from udp:127.0.0.1:47456
10-20 01:02:41.981 17233 17306 I GoLog   : [Debug] [4154865044] proxy/socks: send packet to udp:8.8.8.8:53 with 33 bytes
10-20 01:02:41.981 17233 17306 I GoLog   : [Debug] [4154865044] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.981 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:41.981 17233 17306 I GoLog   : [Info] [4154865044] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:41.981 17233 17306 I GoLog   : udp:127.0.0.1:47456 accepted udp:8.8.8.8:53 [socks -> proxy]
.
.
.
10-20 01:02:56.550 17233 17253 I GoLog   : [Debug] [2220740685] transport/internet/udp: dispatch request to: udp:8.8.4.4:53
10-20 01:02:56.550 17233 17253 I GoLog   : [Info] [2220740685] app/dispatcher: default route for udp:8.8.4.4:53
10-20 01:02:56.550 17233 17253 I GoLog   : udp:127.0.0.1:49326 accepted udp:8.8.4.4:53 [socks >> proxy]
10-20 01:02:56.721 17233 17233 D com.v2ray.ang: tun2socks destroy
10-20 01:02:56.725 17233 17307 I GoLog   : [Debug] app/log: Logger closing
@yuhan6665
Copy link
Contributor

you haven't compile latest xray core in aar right? waiting for a release

@ghost
Copy link
Author

ghost commented Oct 20, 2022

you haven't compile latest xray core in aar right? waiting for a release

My bad! You're right!

I forked and updated AndroidLibXrayLite to the latest Xray version, also created a PR if that's alright.

@ghost
Copy link
Author

ghost commented Oct 20, 2022

I also forked and updated v2rayNG with the newest libv2ray.aar (Xray actually) here, would you like a PR for that also?

Tested on my device and all is well!

@2dust
Copy link
Owner

2dust commented Oct 21, 2022

@free-the-internet
Copy link

v2rayNG_1.7.22-rc1_arm64-v8a.zip

Build with this pr 2dust/AndroidLibXrayLite#11

tested, not working (in Iran). but Windows V2rayNG client is OK.

@ghost
Copy link
Author

ghost commented Oct 21, 2022

v2rayNG_1.7.22-rc1_arm64-v8a.zip
Build with this pr 2dust/AndroidLibXrayLite#11

tested, not working (in Iran). but Windows V2rayNG client is OK.

What is your setup config?

I tested a few and only Vmess+HTTP2+TLS and Trojan+TLS are working in Iran. Websocket, QUIC and mKCP transports don't work!

Also mind the security or encryption keys, ARM devices do not support AES encryption. Desktop vs. mobile situations usually stem from this key concept.

@free-the-internet
Copy link

v2rayNG_1.7.22-rc1_arm64-v8a.zip
Build with this pr 2dust/AndroidLibXrayLite#11

tested, not working (in Iran). but Windows V2rayNG client is OK.

What is your setup config?

I tested a few and only Vmess+HTTP2+TLS and Trojan+TLS are working in Iran. Websocket, QUIC and mKCP transports don't work!

Also mind the security or encryption keys, ARM devices do not support AES encryption. Desktop vs. mobile situations usually stem from this key concept.

Mine is vmess + h2 + tls. As I said latest windows client is working.
Phone is Xiaomi probably with android 11.
What is your network operator?

@ghost
Copy link
Author

ghost commented Oct 21, 2022

v2rayNG_1.7.22-rc1_arm64-v8a.zip
Build with this pr 2dust/AndroidLibXrayLite#11

tested, not working (in Iran). but Windows V2rayNG client is OK.

What is your setup config?
I tested a few and only Vmess+HTTP2+TLS and Trojan+TLS are working in Iran. Websocket, QUIC and mKCP transports don't work!
Also mind the security or encryption keys, ARM devices do not support AES encryption. Desktop vs. mobile situations usually stem from this key concept.

Mine is vmess + h2 + tls. As I said latest windows client is working. Phone is Xiaomi probably with android 11. What is your network operator?

I tested it both on TCI and Irancell. Can you paste your server and client config.json here (replace any sensitive information)?

@free-the-internet
Copy link

free-the-internet commented Oct 21, 2022

I used this nice tutorial to config my server, and then I entered all the settings like the author did (see screenshots) in the windows v2rayNG. Then I extracted the config from it and imported in the android cleint.
I also did it manually, but it didn't work. The error is:
image

@ghost
Copy link
Author

ghost commented Oct 21, 2022

Okay try this config on your server, see if it works:

server.json:

{
  "log": {
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "listen": "0.0.0.0",
      "port": 443,
      "protocol": "vmess",
      "settings": {
        "clients": [
          {
            "id": "xxxxx",
            "security": "aes-128-gcm"
          },
          {
            "id": "yyyyy",
            "security": "chacha20-poly1305"
          }
        ]
      },
      "streamSettings": {
        "network": "http",
        "security": "tls",
        "tlsSettings": {
          "certificates": [
            {
              "certificateFile": "/replace/with/your/fullchain.pem",
              "keyFile": "/replace/with/your/privkey.pem"
            }
          ]
        }
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "protocol": "blackhole",
      "tag": "block"
    }
  ]
}

NOTE: You have to generate two UUIDs and insert one in xxxxx and the other in yyyyy. This way you can explicitly set encryption type for specific clients, enabling you to use the second UUID on arm devices and the first one on Intel devices.

Grab the 2dust build from above and manually create a vmess server and edit as the following:

id: yyyyy
security: chacha20-poly1305
network: h2
request host: empty
path: empty
tls: tls
sni: yourdomain.com
uTLS: chrome or any of other values
alpn: h2,http/1.1
allowInsecure: false

Also before connecting, head to the settings of v2rayNG and change both VPN DNS and Remote DNS to 8.8.8.8 since 1.1.1.1 is blocked in Iran. Another important thing to note is that both your server and your Android must be synced with NTP time, servers usually do this by default but for your Xiaomi phone, head to Settings -> Additional settings -> Date & time, and enable Set time automatically.

@free-the-internet
Copy link

Okay try this config on your server, see if it works:

server.json:

{
  "log": {
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "listen": "0.0.0.0",
      "port": 443,
      "protocol": "vmess",
      "settings": {
        "clients": [
          {
            "id": "xxxxx",
            "security": "aes-128-gcm"
          },
          {
            "id": "yyyyy",
            "security": "chacha20-poly1305"
          }
        ]
      },
      "streamSettings": {
        "network": "http",
        "security": "tls",
        "tlsSettings": {
          "certificates": [
            {
              "certificateFile": "/replace/with/your/fullchain.pem",
              "keyFile": "/replace/with/your/privkey.pem"
            }
          ]
        }
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "protocol": "blackhole",
      "tag": "block"
    }
  ]
}

NOTE: You have to generate two UUIDs and insert one in xxxxx and the other in yyyyy. This way you can explicitly set encryption type for specific clients, enabling you to use the second UUID on arm devices and the first one on Intel devices.

Grab the 2dust build from above and manually create a vmess server and edit as the following:

id: yyyyy
security: chacha20-poly1305
network: h2
request host: empty
path: empty
tls: tls
sni: yourdomain.com
uTLS: chrome or any of other values
alpn: h2,http/1.1
allowInsecure: false

Also before connecting, head to the settings of v2rayNG and change both VPN DNS and Remote DNS to 8.8.8.8 since 1.1.1.1 is blocked in Iran. Another important thing to note is that both your server and your Android must be synced with NTP time, servers usually do this by default but for your Xiaomi phone, head to Settings -> Additional settings -> Date & time, and enable Set time automatically.

It worked, but I needed to put true for allowInsecure. I am sure the correct value should be true as this is for valid certificate check; but many people have this problem and I don't know why. After all I used let'sEncrypt bot and I checked once, my server cert was valid.

Thanks a lot 👍

@ghost
Copy link
Author

ghost commented Oct 21, 2022

It worked, but I needed to put true for allowInsecure. I am sure the correct value should be true as this is for valid certificate check; but many people have this problem and I don't know why. After all I used let'sEncrypt bot and I checked once, my server cert was valid.

Thanks a lot +1

You're welcome! I believe your ssl certs are not accessible to xray! Certbot by default sets their ownership to the root user, try running your xray as root (sudo xray ..) and see if it works with allowInsecure: false.

@free-the-internet
Copy link

It worked, but I needed to put true for allowInsecure. I am sure the correct value should be true as this is for valid certificate check; but many people have this problem and I don't know why. After all I used let'sEncrypt bot and I checked once, my server cert was valid.
Thanks a lot +1

You're welcome! I believe your ssl certs are not accessible to xray! Certbot by default sets their ownership to the root user, try running your xray as root (sudo xray ..) and see if it works with allowInsecure: false.

I copied them to another directory and changed the permissions and ownership. In fact I don't see any errors when I run xray. If they are not accessible, xray fails to start.
I don't know what's the problem indeed.

@Hadi-1624
Copy link

Okay try this config on your server, see if it works:

server.json:

{
  "log": {
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "listen": "0.0.0.0",
      "port": 443,
      "protocol": "vmess",
      "settings": {
        "clients": [
          {
            "id": "xxxxx",
            "security": "aes-128-gcm"
          },
          {
            "id": "yyyyy",
            "security": "chacha20-poly1305"
          }
        ]
      },
      "streamSettings": {
        "network": "http",
        "security": "tls",
        "tlsSettings": {
          "certificates": [
            {
              "certificateFile": "/replace/with/your/fullchain.pem",
              "keyFile": "/replace/with/your/privkey.pem"
            }
          ]
        }
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "protocol": "blackhole",
      "tag": "block"
    }
  ]
}

NOTE: You have to generate two UUIDs and insert one in xxxxx and the other in yyyyy. This way you can explicitly set encryption type for specific clients, enabling you to use the second UUID on arm devices and the first one on Intel devices.

Grab the 2dust build from above and manually create a vmess server and edit as the following:

id: yyyyy
security: chacha20-poly1305
network: h2
request host: empty
path: empty
tls: tls
sni: yourdomain.com
uTLS: chrome or any of other values
alpn: h2,http/1.1
allowInsecure: false

Also before connecting, head to the settings of v2rayNG and change both VPN DNS and Remote DNS to 8.8.8.8 since 1.1.1.1 is blocked in Iran. Another important thing to note is that both your server and your Android must be synced with NTP time, servers usually do this by default but for your Xiaomi phone, head to Settings -> Additional settings -> Date & time, and enable Set time automatically.

I've set this up on my vps and tried this on android on the new v2rayng build
on shatel network, it reduced my download speed by 8 time, to 200 kb/s. my upload speed however was not changed, at 100 kb/s

I was unable to connect with MCI mobile network. it seems to connect for 5-10 seconds, then it won't work anymore.

@free-the-internet
Copy link

free-the-internet commented Oct 23, 2022

@Hadi-1624
What's the error on MCi network?
Did you tried allowInsecure true?
Here, you can't use CDN. You need to directly connect to your domain and IP.

@Hadi-1624
Copy link

@free-the-internet Says "Context deadline exceeded" on the mci network. I did try allowing insecure as well.
On ADSL shatel network it is stable though.

@free-the-internet
Copy link

free-the-internet commented Oct 23, 2022

@free-the-internet Says "Context deadline exceeded" on the mci network. I did try allowing insecure as well. On ADSL shatel network it is stable though.

Seems the IP is blocked on MCI? Check with ping.

@ghost
Copy link

ghost commented Oct 23, 2022

This is a longer blog post on the suggested config from above https://freejohn123.github.io/2022/10/23/v2rayNG-http2-tls.html

@MHSanaei
Copy link

This is a longer blog post on the suggested config from above https://freejohn123.github.io/2022/10/23/v2rayNG-http2-tls.html

Hi, I don't know where my problem is. I did everything right, but I'm getting this error after restarting Xray
infra/conf: Failed to build TLS config
any idea?
My DNS is connected with Cloudflare. Should I have to remove it from there and try with the domain nameserver?
And I got my VPS from AWS ec2

@Samantha130
Copy link

Uruchomienie 1.7.21 na moim Android i uTLS fingerprint wydaje się, że nie działa! U mnie dokładnie taka sama konfiguracja w moim Linux, pracującym xrayw tej samej sieci i działa bez zarzutu.

Логкэт:

adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main
--------- beginning of main
10-20 01:02:06.131 17233 17233 D com.v2ray.ang: {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "dns": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "hosts": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "domain:googleapis.cn": "googleapis.com"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "servers": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "8.8.8.8"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "inbounds": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "listen": "127.0.0.1",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "port": 10808,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "socks",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "auth": "noauth",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "udp": true,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "userLevel": 8
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "sniffing": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "destOverride": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "http",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "tls"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "enabled": true
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "socks"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "listen": "127.0.0.1",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "port": 10809,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "http",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "userLevel": 8
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "http"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "log": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "loglevel": "debug"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "outbounds": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "mux": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "concurrency": 8,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "enabled": false
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "vmess",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "vnext": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             "address": "mydomain.com",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             "port": 443,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             "users": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:               {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "alterId": 0,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "encryption": "",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "flow": "",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "id": "xxx",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "level": 8,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:                 "security": "none"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:               }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:             ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "streamSettings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "httpSettings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "host": [],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "path": ""
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "network": "h2",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "security": "tls",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "tlsSettings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "allowInsecure": false,
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "fingerprint": "chrome",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "serverName": "mydomain.com"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "proxy"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "freedom",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {},
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "direct"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "protocol": "blackhole",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "settings": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "response": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "type": "http"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       },
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       "tag": "block"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   "routing": {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "domainMatcher": "mph",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "domainStrategy": "AsIs",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     "rules": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       {
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "ip": [
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:           "8.8.8.8"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         ],
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "outboundTag": "proxy",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "port": "53",
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:         "type": "field"
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:       }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:     ]
10-20 01:02:06.131 17233 17233 D com.v2ray.ang:   }
10-20 01:02:06.131 17233 17233 D com.v2ray.ang: }
10-20 01:02:06.133 17233 17233 I GoLog   : loading core config
10-20 01:02:06.133 17233 17263 I GoLog   : Preparing Domain: mydomain.com:443
10-20 01:02:06.133 17233 17233 I GoLog   : new core
10-20 01:02:06.133 17233 17233 I GoLog   : start core
10-20 01:02:06.134 17233 17307 I GoLog   : [Debug] app/log: Logger started
10-20 01:02:06.134 17233 17307 I GoLog   : [Info] app/dns: DNS: created UDP client initialized for 8.8.8.8:53
10-20 01:02:06.134 17233 17307 I GoLog   : [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10808
10-20 01:02:06.134 17233 17307 I GoLog   : [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10809
10-20 01:02:06.134 17233 17253 I GoLog   : [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10809
10-20 01:02:06.134 17233 17253 I GoLog   : [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10808
10-20 01:02:06.134 17233 17253 I GoLog   : [Info] transport/internet/udp: listening UDP on 127.0.0.1:10808
10-20 01:02:06.134 17233 17253 I GoLog   : [Warning] core: Xray 1.6.0 started
10-20 01:02:06.137 17233 17263 I GoLog   : Prepare Result:
10-20 01:02:06.137 17233 17263 I GoLog   :  Domain: mydomain.com
10-20 01:02:06.137 17233 17263 I GoLog   :  Port: 443
10-20 01:02:06.137 17233 17263 I GoLog   :  IPs: [x.x.x.x]
10-20 01:02:06.150 17233 17233 D com.v2ray.ang: [/data/app/~~tUCiskyhXlVzr_nmSMPqbA==/com.v2ray.ang-ADYcRY0eFznm42sQYFT1kQ==/lib/arm64/libtun2socks.so, --netif-ipaddr, 26.26.26.2, --netif-netmask, 255.255.255.252, --socks-server-addr, 127.0.0.1:10808, --tunmtu, 1500, --sock-path, sock_path, --enable-udprelay, --loglevel, notice]
10-20 01:02:06.153 17233 17233 D com.v2ray.ang: Process[pid=27236, hasExited=false]
10-20 01:02:06.153 17233 17233 D com.v2ray.ang: /data/user/0/com.v2ray.ang/files/sock_path
10-20 01:02:06.205 17233 17271 D com.v2ray.ang: sendFd tries: 0
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [4130478053] proxy/socks: client UDP connection from udp:127.0.0.1:40074
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [4130478053] proxy/socks: send packet to udp:8.8.8.8:53 with 36 bytes
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [4130478053] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [2355519662] proxy/socks: client UDP connection from udp:127.0.0.1:42269
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:06.209 17233 17253 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:443
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [4130478053] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:06.209 17233 17253 I GoLog   : [Info] [2355519662] app/dispatcher: default route for udp:8.8.8.8:443
10-20 01:02:06.209 17233 17253 I GoLog   : udp:127.0.0.1:40074 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:06.209 17233 17253 I GoLog   : udp:127.0.0.1:42269 accepted udp:8.8.8.8:443 [socks >> proxy]
10-20 01:02:06.213 17233 17253 I GoLog   : [Info] [2322257790] proxy/socks: client UDP connection from udp:127.0.0.1:44606
10-20 01:02:06.213 17233 17253 I GoLog   : [Debug] [2322257790] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:06.213 17233 17253 I GoLog   : [Debug] [2322257790] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:06.213 17233 17253 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:06.213 17233 17253 I GoLog   : [Info] [2322257790] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:06.213 17233 17263 I GoLog   : udp:127.0.0.1:44606 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:06.230 17233 17263 I GoLog   : [Info] [2477602631] app/proxyman/inbound: connection ends > proxy/socks: failed to read request > proxy/socks: insufficient header > EOF
10-20 01:02:06.230 17233 17263 I GoLog   : tcp:127.0.0.1:48264 rejected  proxy/socks: insufficient header > EOF
10-20 01:02:06.231 17233 17263 I GoLog   : [Info] [977991148] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [3559141563] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [2276487932] proxy/socks: TCP Connect request to tcp:8.8.8.8:853
10-20 01:02:06.232 17233 17263 I GoLog   : tcp:127.0.0.1:48258 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [977991148] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:06.232 17233 17263 I GoLog   : [Info] [977991148] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:06.233 17233 17259 I GoLog   : tcp:127.0.0.1:48260 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:06.233 17233 17259 I GoLog   : [Info] [3559141563] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:06.233 17233 17259 I GoLog   : [Info] [3559141563] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:06.233 17233 17259 I GoLog   : [Info] [2276487932] app/dispatcher: default route for tcp:8.8.8.8:853
10-20 01:02:06.233 17233 17259 I GoLog   : tcp:127.0.0.1:48262 accepted tcp:8.8.8.8:853 [socks >> proxy]
10-20 01:02:06.276 17233 17259 I GoLog   : [Info] [3603078511] proxy/socks: TCP Connect request to tcp:47.241.218.164:5222
10-20 01:02:06.279 17233 17253 I GoLog   : [Info] [3603078511] app/dispatcher: default route for tcp:47.241.218.164:5222
10-20 01:02:06.279 17233 17253 I GoLog   : tcp:127.0.0.1:48268 accepted tcp:47.241.218.164:5222 [socks >> proxy]
10-20 01:02:06.282 17233 17253 I GoLog   : [Info] [3257951298] proxy/socks: TCP Connect request to tcp:157.240.20.15:443
10-20 01:02:06.282 17233 17253 I GoLog   : tcp:127.0.0.1:48272 accepted tcp:157.240.20.15:443 [socks >> proxy]
10-20 01:02:06.282 17233 17253 I GoLog   : [Info] [3257951298] app/dispatcher: sniffed domain: web.facebook.com
10-20 01:02:06.282 17233 17253 I GoLog   : [Info] [3257951298] app/dispatcher: default route for tcp:web.facebook.com:443
10-20 01:02:06.336 17233 17307 I GoLog   : Using Prepared: x.x.x.x
10-20 01:02:06.410 17233 17307 I GoLog   : [Info] [2827951729] proxy/socks: client UDP connection from udp:127.0.0.1:38200
10-20 01:02:06.410 17233 17307 I GoLog   : [Debug] [2827951729] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:06.410 17233 17307 I GoLog   : [Debug] [2827951729] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:06.410 17233 17307 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:06.410 17233 17307 I GoLog   : [Info] [2827951729] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:06.410 17233 17307 I GoLog   : udp:127.0.0.1:38200 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:06.435 17233 17307 I GoLog   : [Info] [925665400] proxy/socks: TCP Connect request to tcp:157.240.19.54:80
10-20 01:02:06.444 17233 17307 I GoLog   : [Info] [925665400] app/dispatcher: sniffed domain: c.whatsapp.net
10-20 01:02:06.444 17233 17307 I GoLog   : [Info] [925665400] app/dispatcher: default route for tcp:c.whatsapp.net:80
10-20 01:02:06.444 17233 17307 I GoLog   : tcp:127.0.0.1:48276 accepted tcp:157.240.19.54:80 [socks >> proxy]
10-20 01:02:07.167 17233 17307 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:07.167 17233 17307 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:07.234 17233 17263 I GoLog   : [Info] [977991148] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:07.235 17233 17263 I GoLog   : [Info] [3559141563] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:07.915 17233 17263 I GoLog   : [Info] [3639597342] proxy/socks: client UDP connection from udp:127.0.0.1:40460
10-20 01:02:07.915 17233 17263 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:07.915 17233 17263 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:07.916 17233 17263 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:10.10.34.35:443
10-20 01:02:07.916 17233 17263 I GoLog   : [Info] [3639597342] app/dispatcher: default route for udp:10.10.34.35:443
10-20 01:02:07.916 17233 17307 I GoLog   : udp:127.0.0.1:40460 accepted udp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:08.228 17233 17253 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:08.228 17233 17253 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:08.855 17233 17307 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:08.856 17233 17307 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:09.165 17233 17253 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:09.165 17233 17253 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:09.166 17233 17253 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:09.166 17233 17253 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:09.435 17233 17307 I GoLog   : [Info] [3622894225] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.435 17233 17307 I GoLog   : [Info] [3499729644] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.436 17233 17307 I GoLog   : [Info] [3499729644] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.436 17233 17307 I GoLog   : [Info] [3499729644] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.436 17233 17253 I GoLog   : tcp:127.0.0.1:48284 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.437 17233 17263 I GoLog   : [Info] [3622894225] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.437 17233 17263 I GoLog   : [Info] [3622894225] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.437 17233 17263 I GoLog   : tcp:127.0.0.1:48280 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.440 17233 17253 I GoLog   : [Info] [505903367] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.445 17233 17263 I GoLog   : tcp:127.0.0.1:48290 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [505903367] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [505903367] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [1572491077] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [1572491077] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.445 17233 17263 I GoLog   : [Info] [1572491077] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.445 17233 17263 I GoLog   : tcp:127.0.0.1:48292 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.446 17233 17307 I GoLog   : [Info] [1773972445] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.446 17233 17307 I GoLog   : [Info] [4180041909] proxy/socks: TCP Connect request to tcp:10.10.34.35:443
10-20 01:02:09.447 17233 17306 I GoLog   : tcp:127.0.0.1:48300 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [1773972445] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [1773972445] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:09.447 17233 17306 I GoLog   : tcp:127.0.0.1:48298 accepted tcp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [4180041909] app/dispatcher: sniffed domain: youtubei.googleapis.com
10-20 01:02:09.447 17233 17306 I GoLog   : [Info] [4180041909] app/dispatcher: default route for tcp:youtubei.googleapis.com:443
10-20 01:02:10.091 17233 17306 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:10.091 17233 17306 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:10.189 17233 17307 I GoLog   : [Info] [385688417] proxy/socks: TCP Connect request to tcp:x.x.x.x:993
10-20 01:02:10.189 17233 17307 I GoLog   : [Info] [385688417] app/dispatcher: sniffed domain: mydomain.com
10-20 01:02:10.189 17233 17307 I GoLog   : [Info] [385688417] app/dispatcher: default route for tcp:mydomain.com:993
10-20 01:02:10.189 17233 17306 I GoLog   : tcp:127.0.0.1:48304 accepted tcp:x.x.x.x:993 [socks >> proxy]
10-20 01:02:10.464 17233 17307 I GoLog   : [Error] transport/internet/http: failed to dial to mydomain.com:443 > EOF
10-20 01:02:10.592 17233 17306 I GoLog   : Using Prepared: x.x.x.x
10-20 01:02:11.177 17233 17306 I GoLog   : [Debug] [4130478053] proxy/socks: send packet to udp:8.8.8.8:53 with 36 bytes
10-20 01:02:11.177 17233 17306 I GoLog   : [Debug] [4130478053] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:11.213 17233 17306 I GoLog   : [Debug] [2322257790] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:11.213 17233 17306 I GoLog   : [Debug] [2322257790] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:11.416 17233 17306 I GoLog   : [Debug] [2827951729] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:11.416 17233 17306 I GoLog   : [Debug] [2827951729] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:11.920 17233 17305 I GoLog   : [Debug] [3639597342] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:11.920 17233 17305 I GoLog   : [Debug] [3639597342] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] proxy/socks: send packet to udp:8.8.8.8:443 with 1200 bytes
10-20 01:02:13.162 17233 17307 I GoLog   : [Debug] [2355519662] transport/internet/udp: dispatch request to: udp:8.8.8.8:443
10-20 01:02:14.752 17233 17306 I GoLog   : [Error] transport/internet/http: failed to dial to mydomain.com:443 > EOF
10-20 01:02:15.161 17233 17306 I GoLog   : Using Prepared: x.x.x.x
10-20 01:02:16.220 17233 17307 I GoLog   : [Info] [345081421] proxy/socks: client UDP connection from udp:127.0.0.1:38108
10-20 01:02:16.220 17233 17307 I GoLog   : [Debug] [345081421] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:16.220 17233 17307 I GoLog   : [Debug] [345081421] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:16.220 17233 17307 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:16.220 17233 17307 I GoLog   : [Info] [345081421] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:16.220 17233 17307 I GoLog   : udp:127.0.0.1:38108 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:16.423 17233 17306 I GoLog   : [Info] [1004240224] proxy/socks: client UDP connection from udp:127.0.0.1:39638
10-20 01:02:16.424 17233 17306 I GoLog   : [Debug] [1004240224] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:16.424 17233 17306 I GoLog   : [Debug] [1004240224] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:16.424 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:16.424 17233 17306 I GoLog   : [Info] [1004240224] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:16.424 17233 17306 I GoLog   : udp:127.0.0.1:39638 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:17.181 17233 17306 I GoLog   : [Info] [1782822750] proxy/socks: client UDP connection from udp:127.0.0.1:42499
10-20 01:02:17.181 17233 17306 I GoLog   : [Debug] [1782822750] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:17.181 17233 17306 I GoLog   : [Debug] [1782822750] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:17.181 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:157.240.20.63:443
10-20 01:02:17.181 17233 17306 I GoLog   : [Info] [1782822750] app/dispatcher: default route for udp:157.240.20.63:443
10-20 01:02:17.182 17233 17306 I GoLog   : udp:127.0.0.1:42499 accepted udp:157.240.20.63:443 [socks >> proxy]
10-20 01:02:20.701 17233 17263 I GoLog   : [Info] app/dispatcher: default route for tcp:www.google.com:80
10-20 01:02:21.225 17233 17306 I GoLog   : [Debug] [345081421] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:21.225 17233 17306 I GoLog   : [Debug] [345081421] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:21.428 17233 17306 I GoLog   : [Debug] [1004240224] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:21.429 17233 17306 I GoLog   : [Debug] [1004240224] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:26.240 17233 17306 I GoLog   : [Info] [1155283771] proxy/socks: client UDP connection from udp:127.0.0.1:49611
10-20 01:02:26.240 17233 17306 I GoLog   : [Debug] [1155283771] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:26.240 17233 17306 I GoLog   : [Debug] [1155283771] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:26.240 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:26.240 17233 17306 I GoLog   : [Info] [1155283771] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:26.240 17233 17306 I GoLog   : udp:127.0.0.1:49611 accepted udp:8.8.8.8:53 [socks -> proxy]
.
.
.
10-20 01:02:32.247 17233 17305 I GoLog   : [Info] [3077118004] proxy/socks: TCP Connect request to tcp:157.240.201.63:443
10-20 01:02:32.247 17233 17305 I GoLog   : [Info] [3077118004] app/dispatcher: sniffed domain: scontent-ams4-1.cdninstagram.com
10-20 01:02:32.247 17233 17305 I GoLog   : [Info] [3077118004] app/dispatcher: default route for tcp:scontent-ams4-1.cdninstagram.com:443
10-20 01:02:32.247 17233 17305 I GoLog   : tcp:127.0.0.1:48344 accepted tcp:157.240.201.63:443 [socks >> proxy]
10-20 01:02:32.332 17233 17305 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:32.332 17233 17305 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:32.380 17233 17305 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:32.380 17233 17305 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:32.425 17233 17305 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:32.425 17233 17305 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:32.627 17233 17305 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:32.627 17233 17305 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:32.701 17233 17271 D com.v2ray.ang: measureV2rayDelay: go.Universe$proxyerror: Get "http://www.google.com/generate_204": context deadline exceeded
10-20 01:02:32.784 17233 17307 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:32.785 17233 17307 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:32.863 17233 17307 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:32.863 17233 17307 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:33.072 17233 17305 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:33.073 17233 17305 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:33.634 17233 17305 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:33.634 17233 17305 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:33.712 17233 17263 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:33.712 17233 17263 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:33.893 17233 17263 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:33.893 17233 17263 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:35.254 17233 17263 I GoLog   : [Debug] [702756049] proxy/socks: send packet to udp:157.240.20.63:443 with 1232 bytes
10-20 01:02:35.254 17233 17263 I GoLog   : [Debug] [702756049] transport/internet/udp: dispatch request to: udp:157.240.20.63:443
10-20 01:02:35.365 17233 17263 I GoLog   : [Debug] [2787128129] proxy/socks: send packet to udp:157.240.247.63:443 with 1232 bytes
10-20 01:02:35.365 17233 17263 I GoLog   : [Debug] [2787128129] transport/internet/udp: dispatch request to: udp:157.240.247.63:443
10-20 01:02:35.545 17233 17263 I GoLog   : [Debug] [1506408160] proxy/socks: send packet to udp:157.240.201.63:443 with 1232 bytes
10-20 01:02:35.545 17233 17263 I GoLog   : [Debug] [1506408160] transport/internet/udp: dispatch request to: udp:157.240.201.63:443
10-20 01:02:36.081 17233 17263 I GoLog   : [Info] [506751241] proxy/socks: TCP Connect request to tcp:157.240.20.63:443
10-20 01:02:36.081 17233 17307 I GoLog   : [Info] [506751241] app/dispatcher: sniffed domain: i.instagram.com
10-20 01:02:36.081 17233 17307 I GoLog   : [Info] [506751241] app/dispatcher: default route for tcp:i.instagram.com:443
10-20 01:02:36.081 17233 17305 I GoLog   : tcp:127.0.0.1:48348 accepted tcp:157.240.20.63:443 [socks >> proxy]
10-20 01:02:36.175 17233 17305 I GoLog   : [Info] [2742706716] proxy/socks: client UDP connection from udp:127.0.0.1:42426
10-20 01:02:36.175 17233 17305 I GoLog   : [Debug] [2742706716] proxy/socks: send packet to udp:8.8.8.8:53 with 39 bytes
10-20 01:02:36.175 17233 17305 I GoLog   : [Debug] [2742706716] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.175 17233 17305 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:36.175 17233 17305 I GoLog   : [Info] [2742706716] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:36.176 17233 17305 I GoLog   : udp:127.0.0.1:42426 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:36.220 17233 17263 I GoLog   : [Info] [431596370] proxy/socks: TCP Connect request to tcp:157.240.20.15:443
10-20 01:02:36.220 17233 17263 I GoLog   : [Info] [431596370] app/dispatcher: sniffed domain: web.facebook.com
10-20 01:02:36.220 17233 17263 I GoLog   : [Info] [431596370] app/dispatcher: default route for tcp:web.facebook.com:443
10-20 01:02:36.220 17233 17263 I GoLog   : tcp:127.0.0.1:48352 accepted tcp:157.240.20.15:443 [socks >> proxy]
10-20 01:02:36.248 17233 17263 I GoLog   : [Info] [3673872804] proxy/socks: client UDP connection from udp:127.0.0.1:40407
10-20 01:02:36.249 17233 17263 I GoLog   : [Debug] [3673872804] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:36.249 17233 17263 I GoLog   : [Debug] [3673872804] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.249 17233 17263 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:36.249 17233 17307 I GoLog   : [Info] [3673872804] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:36.249 17233 17307 I GoLog   : udp:127.0.0.1:40407 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:36.486 17233 17305 I GoLog   : [Info] [3383852405] proxy/socks: client UDP connection from udp:127.0.0.1:37895
10-20 01:02:36.487 17233 17305 I GoLog   : [Debug] [3383852405] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:36.487 17233 17305 I GoLog   : [Debug] [3383852405] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.487 17233 17305 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:36.487 17233 17305 I GoLog   : [Info] [3383852405] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:36.487 17233 17305 I GoLog   : udp:127.0.0.1:37895 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:36.960 17233 17307 I GoLog   : [Debug] [4183928522] proxy/socks: send packet to udp:8.8.8.8:53 with 40 bytes
10-20 01:02:36.960 17233 17307 I GoLog   : [Debug] [4183928522] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.972 17233 17307 I GoLog   : [Debug] [3289316573] proxy/socks: send packet to udp:8.8.8.8:53 with 33 bytes
10-20 01:02:36.972 17233 17307 I GoLog   : [Debug] [3289316573] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:36.980 17233 17307 I GoLog   : [Debug] [899734171] proxy/socks: send packet to udp:8.8.8.8:53 with 40 bytes
10-20 01:02:36.980 17233 17307 I GoLog   : [Debug] [899734171] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:37.097 17233 17307 I GoLog   : [Debug] [212146434] proxy/socks: send packet to udp:8.8.8.8:53 with 50 bytes
10-20 01:02:37.097 17233 17307 I GoLog   : [Debug] [212146434] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:37.209 17233 17263 I GoLog   : [Info] [3257951298] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:37.240 17233 17307 I GoLog   : [Info] [2276487932] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:37.243 17233 17307 I GoLog   : [Debug] [3735147714] proxy/socks: send packet to udp:8.8.8.8:53 with 50 bytes
10-20 01:02:37.243 17233 17307 I GoLog   : [Debug] [3735147714] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:37.482 17233 17307 I GoLog   : [Info] [925665400] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:39.493 17233 17263 I GoLog   : [Info] [52940558] proxy/socks: client UDP connection from udp:127.0.0.1:38501
10-20 01:02:39.493 17233 17263 I GoLog   : [Debug] [52940558] proxy/socks: send packet to udp:8.8.8.8:53 with 41 bytes
10-20 01:02:39.493 17233 17263 I GoLog   : [Debug] [52940558] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:39.493 17233 17263 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:39.493 17233 17263 I GoLog   : [Info] [52940558] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:39.493 17233 17263 I GoLog   : udp:127.0.0.1:38501 accepted udp:8.8.8.8:53 [socks -> proxy]
10-20 01:02:40.465 17233 17307 I GoLog   : [Info] [3499729644] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17307 I GoLog   : [Info] [3622894225] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17307 I GoLog   : [Info] [505903367] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17263 I GoLog   : [Info] [1572491077] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.465 17233 17263 I GoLog   : [Info] [4180041909] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:40.467 17233 17305 I GoLog   : [Info] [1773972445] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:41.008 17233 17306 I GoLog   : [Info] [3866205160] proxy/socks: client UDP connection from udp:127.0.0.1:40479
10-20 01:02:41.008 17233 17306 I GoLog   : [Debug] [3866205160] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:41.008 17233 17306 I GoLog   : [Debug] [3866205160] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:41.008 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:10.10.34.35:443
10-20 01:02:41.008 17233 17306 I GoLog   : udp:127.0.0.1:40479 accepted udp:10.10.34.35:443 [socks >> proxy]
10-20 01:02:41.008 17233 17306 I GoLog   : [Info] [3866205160] app/dispatcher: default route for udp:10.10.34.35:443
10-20 01:02:41.179 17233 17307 I GoLog   : [Debug] [2742706716] proxy/socks: send packet to udp:8.8.8.8:53 with 39 bytes
10-20 01:02:41.179 17233 17307 I GoLog   : [Debug] [2742706716] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.198 17233 17307 I GoLog   : [Info] [385688417] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
10-20 01:02:41.253 17233 17307 I GoLog   : [Debug] [3673872804] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:41.253 17233 17307 I GoLog   : [Debug] [3673872804] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.319 17233 17307 I GoLog   : [Debug] [3866205160] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:41.319 17233 17307 I GoLog   : [Debug] [3866205160] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:41.490 17233 17306 I GoLog   : [Debug] [3383852405] proxy/socks: send packet to udp:8.8.8.8:53 with 34 bytes
10-20 01:02:41.490 17233 17306 I GoLog   : [Debug] [3383852405] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.956 17233 17306 I GoLog   : [Debug] [3866205160] proxy/socks: send packet to udp:10.10.34.35:443 with 1250 bytes
10-20 01:02:41.956 17233 17306 I GoLog   : [Debug] [3866205160] transport/internet/udp: dispatch request to: udp:10.10.34.35:443
10-20 01:02:41.981 17233 17306 I GoLog   : [Info] [4154865044] proxy/socks: client UDP connection from udp:127.0.0.1:47456
10-20 01:02:41.981 17233 17306 I GoLog   : [Debug] [4154865044] proxy/socks: send packet to udp:8.8.8.8:53 with 33 bytes
10-20 01:02:41.981 17233 17306 I GoLog   : [Debug] [4154865044] transport/internet/udp: dispatch request to: udp:8.8.8.8:53
10-20 01:02:41.981 17233 17306 I GoLog   : [Info] transport/internet/udp: establishing new connection for udp:8.8.8.8:53
10-20 01:02:41.981 17233 17306 I GoLog   : [Info] [4154865044] app/dispatcher: taking detour [proxy] for [udp:8.8.8.8:53]
10-20 01:02:41.981 17233 17306 I GoLog   : udp:127.0.0.1:47456 accepted udp:8.8.8.8:53 [socks -> proxy]
.
.
.
10-20 01:02:56.550 17233 17253 I GoLog   : [Debug] [2220740685] transport/internet/udp: dispatch request to: udp:8.8.4.4:53
10-20 01:02:56.550 17233 17253 I GoLog   : [Info] [2220740685] app/dispatcher: default route for udp:8.8.4.4:53
10-20 01:02:56.550 17233 17253 I GoLog   : udp:127.0.0.1:49326 accepted udp:8.8.4.4:53 [socks >> proxy]
10-20 01:02:56.721 17233 17233 D com.v2ray.ang: tun2socks destroy
10-20 01:02:56.725 17233 17307 I GoLog   : [Debug] app/log: Logger closing
`

Men's like Mohamed alias Hamdi
Is kind of men's probably have problems with election
No honor no proud disgusting
Old without nothing to offer
That's why they have
Have great idea to lie cheating
This way
Cheep lies
https://github.com/2dust/v2rayNG/issues/1698

@free-the-internet
Copy link

free-the-internet commented Oct 25, 2022

Failed to build TLS config

@MHSanaei
Check the permission of the .pem files in /etc/... path. xray can't read them because of ownership or file permissions.

A quick test would be run xray as root and check if there is any errors.

@MHSanaei
Copy link

Failed to build TLS config

@MHSanaei Check the permission of the .pem files in /etc/... path. xray can't read them because of ownership or file permissions.

A quick test would be run xray as root and check if there is any errors.

i did something else and work well first i use origin cert from cloudflare
then i set it on my vps
and last remove
"certificateFile": "/replace/with/your/fullchain.pem",
"keyFile": "/replace/with/your/privkey.pem"
from config and add it to /etc/nginx/sites-available/mywebsite.com
i remove /etc/nginx/sites-available/default

@Hadi-1624
Copy link

@free-the-internet Says "Context deadline exceeded" on the mci network. I did try allowing insecure as well. On ADSL shatel network it is stable though.

Seems the IP is blocked on MCI? Check with ping.

the ip and my domain seems to be accessible on MCI

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

Successfully merging a pull request may close this issue.

6 participants