yanue / V2rayU

V2rayU,基于v2ray核心的mac版客户端,用于科学上网,使用swift编写,支持trojan,vmess,shadowsocks,socks5等服务协议,支持订阅, 支持二维码,剪贴板导入,手动配置,二维码分享等
https://github.com/yanue/V2rayU
18.24k stars 2.83k forks source link

MacBook air-Intel芯片,升级流量后无法科学上网 #1197

Closed ttototooo closed 10 months ago

ttototooo commented 1 year ago

你正在使用的 V2RayU 和 Mac 版本 ? V2RayU : 2.3.1 Mac : MacBook Air (13-inch, Mid 2012)。1.8 GHz 双核Intel Core i5

你遇到的问题是什么?升级流量包月后闪退,换了各种版本重装还是无法上网。 软件能打开,ping speed 也OK

我的配置 { "log": { "error": "", "loglevel": "info", "access": "" }, "inbounds": [ { "sniffing": { "enabled": true, "destOverride": [ "tls", "http" ] }, "listen": "127.0.0.1", "protocol": "socks", "settings": { "udp": false, "auth": "noauth" }, "port": "1080" }, { "sniffing": { "enabled": true, "destOverride": [ "tls", "http" ] }, "listen": "127.0.0.1", "protocol": "http", "settings": { "timeout": 360 }, "port": "10888" } ], "outbounds": [ { "mux": { "enabled": false, "concurrency": 8 }, "protocol": "vmess", "streamSettings": { "tcpSettings": { "header": { "type": "none" } }, "tlsSettings": { "allowInsecure": true }, "security": "none", "network": "tcp" }, "tag": "proxy", "settings": { "vnext": [ { "address": "www.google.com", "users": [ { "id": "2661b5f8-8062-34a5-9371-a44313a75b6b", "alterId": 2, "level": 0, "security": "aes-128-gcm" } ], "port": 10086 } ] } }, { "tag": "direct", "protocol": "freedom", "settings": { "domainStrategy": "UseIP", "redirect": "", "userLevel": 0 } }, { "tag": "block", "protocol": "blackhole", "settings": { "response": { "type": "none" } } } ], "dns": {}, "routing": { "settings": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "outboundTag": "direct", "domain": [ "localhost", "geosite:cn" ] }, { "type": "field", "ip": [ "geoip:private", "geoip:cn" ], "outboundTag": "direct" } ] } }, "transport": {} }

附上出错时软件输出的错误日志。 V2Ray 4.27.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.14.6 darwin/amd64) A unified platform for anti-censorship. 2023/04/05 23:07:22 [Info] v2ray.com/core/common/platform/ctlcmd: v2ctl> Read config: /Applications/V2rayU.app/Contents/Resources/config.json 2023/04/05 23:07:22 [Info] v2ray.com/core/app/dns: DNS: created localhost client 2023/04/05 23:07:22 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:1080 2023/04/05 23:07:22 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:10888 2023/04/05 23:07:22 [Warning] v2ray.com/core: V2Ray 4.27.0 started V2Ray 4.27.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.14.6 darwin/amd64) A unified platform for anti-censorship. 2023/04/05 23:08:12 [Info] v2ray.com/core/common/platform/ctlcmd: v2ctl> Read config: /Applications/V2rayU.app/Contents/Resources/config.json 2023/04/05 23:08:12 [Info] v2ray.com/core/app/dns: DNS: created localhost client 2023/04/05 23:08:12 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:1080 2023/04/05 23:08:12 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:10888 2023/04/05 23:08:12 [Warning] v2ray.com/core: V2Ray 4.27.0 started V2Ray 4.27.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.14.6 darwin/amd64) A unified platform for anti-censorship. 2023/04/05 23:16:05 [Info] v2ray.com/core/common/platform/ctlcmd: v2ctl> Read config: /Applications/V2rayU.app/Contents/Resources/config.json 2023/04/05 23:16:05 [Info] v2ray.com/core/app/dns: DNS: created localhost client 2023/04/05 23:16:05 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:1080 2023/04/05 23:16:05 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:10888 2023/04/05 23:16:05 [Warning] v2ray.com/core: V2Ray 4.27.0 started 2023/04/05 23:17:32 [Info] [475696878] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:17:32 [Info] [475696878] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:17:32 tcp:127.0.0.1:57506 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:17:32 [Info] [475696878] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:17:32 [Info] [475696878] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:17:42 [Info] [665821055] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:17:42 [Info] [665821055] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:17:42 [Info] [665821055] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:17:42 tcp:127.0.0.1:57513 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:17:42 [Info] [665821055] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:17:48 [Info] [475696878] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:17:50 [Info] [229840984] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.v2ray.com:443 2023/04/05 23:17:50 [Info] [1576081217] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.v2ray.com:443 2023/04/05 23:17:50 tcp:127.0.0.1:57522 accepted tcp:www.v2ray.com:443 [proxy] 2023/04/05 23:17:50 tcp:127.0.0.1:57521 accepted tcp:www.v2ray.com:443 [proxy] 2023/04/05 23:17:50 [Info] [229840984] v2ray.com/core/app/dispatcher: sniffed domain: www.v2ray.com 2023/04/05 23:17:50 [Info] [229840984] v2ray.com/core/app/dispatcher: default route for tcp:www.v2ray.com:443 2023/04/05 23:17:50 [Info] [229840984] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:17:50 [Info] [1576081217] v2ray.com/core/app/dispatcher: sniffed domain: www.v2ray.com 2023/04/05 23:17:50 [Info] [1576081217] v2ray.com/core/app/dispatcher: default route for tcp:www.v2ray.com:443 2023/04/05 23:17:50 [Info] [1576081217] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:17:56 [Info] [91902534] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:17:56 [Info] [91902534] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:17:56 [Info] [91902534] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:17:56 [Info] [91902534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:17:56 tcp:127.0.0.1:57533 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:17:58 [Info] [665821055] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:03 [Info] [1607462782] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:03 [Info] [1607462782] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:03 [Info] [1607462782] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:03 [Info] [1607462782] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:03 tcp:127.0.0.1:57548 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:03 [Info] [475696878] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:04 [Info] [475696878] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:04 [Info] [475696878] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:05 [Info] [475696878] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:06 [Warning] [475696878] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:06 [Info] [229840984] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:06 [Info] [1576081217] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:11 [Info] [559245282] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:11 [Info] [559245282] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:11 [Info] [559245282] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:11 [Info] [559245282] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:11 tcp:127.0.0.1:57557 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:12 [Info] [523188322] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:12 [Info] [523188322] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:12 tcp:127.0.0.1:57560 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:12 [Info] [523188322] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:12 [Info] [523188322] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:12 [Info] [91902534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:12 [Info] [4112082958] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:12 [Info] [4112082958] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:12 [Info] [4112082958] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:12 [Info] [4112082958] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:12 tcp:127.0.0.1:57564 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:13 [Info] [665821055] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:13 [Info] [665821055] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:14 [Info] [665821055] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:14 [Info] [665821055] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:15 [Warning] [665821055] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:17 [Info] [2688358231] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:17 [Info] [2688358231] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:17 [Info] [2688358231] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:17 [Info] [2688358231] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:17 tcp:127.0.0.1:57571 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:19 [Info] [1607462782] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:20 [Info] [3372927541] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.gstatic.com:80 2023/04/05 23:18:20 [Info] [3372927541] v2ray.com/core/app/dispatcher: sniffed domain: www.gstatic.com 2023/04/05 23:18:20 [Info] [3372927541] v2ray.com/core/app/dispatcher: default route for tcp:www.gstatic.com:80 2023/04/05 23:18:20 [Info] [3372927541] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:20 tcp:127.0.0.1:57577 accepted tcp:www.gstatic.com:80 [proxy] 2023/04/05 23:18:21 [Info] [1576081217] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:21 [Info] [229840984] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:21 [Info] [229840984] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:21 [Info] [1576081217] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:22 [Info] [1576081217] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:22 [Info] [229840984] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:22 [Info] [229840984] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:22 [Info] [1576081217] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:23 [Warning] [1576081217] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:23 [Warning] [229840984] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:27 [Info] [559245282] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:27 [Info] [91902534] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:28 [Info] [91902534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:28 [Info] [523188322] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:28 [Info] [91902534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:29 [Info] [4112082958] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:29 [Info] [2655527517] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:29 [Info] [2655527517] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:29 [Info] [2655527517] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:29 [Info] [2655527517] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:29 tcp:127.0.0.1:57588 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:29 [Info] [91902534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:30 [Warning] [91902534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:33 [Info] [2688358231] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:34 [Info] [1607462782] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:34 [Info] [1607462782] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:35 [Info] [1607462782] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:36 [Info] [1607462782] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:36 [Info] [3372927541] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:36 [Info] [2695806545] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:36 [Info] [2695806545] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:36 [Info] [2695806545] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:36 [Info] [2695806545] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:36 tcp:127.0.0.1:57594 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:37 [Warning] [1607462782] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:42 [Info] [559245282] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:42 [Info] [486319338] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:42 [Info] [486319338] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:18:42 [Info] [486319338] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:18:42 [Info] [486319338] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:42 tcp:127.0.0.1:57602 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:18:42 [Info] [559245282] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:43 [Info] [559245282] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:43 [Info] [523188322] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:43 [Info] [523188322] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:43 [Info] [559245282] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:43 [Info] [523188322] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:44 [Info] [4112082958] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:44 [Info] [4112082958] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:44 [Info] [523188322] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:44 [Warning] [559245282] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:44 [Info] [4112082958] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:45 [Info] [2655527517] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:45 [Warning] [523188322] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:45 [Info] [4112082958] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:45 tcp:127.0.0.1:57608 accepted tcp:www.v2ray.com:443 [proxy] 2023/04/05 23:18:45 [Info] [3549180048] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.v2ray.com:443 2023/04/05 23:18:45 [Info] [3572243682] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.v2ray.com:443 2023/04/05 23:18:45 [Info] [3572243682] v2ray.com/core/app/dispatcher: sniffed domain: www.v2ray.com 2023/04/05 23:18:45 [Info] [3572243682] v2ray.com/core/app/dispatcher: default route for tcp:www.v2ray.com:443 2023/04/05 23:18:45 [Info] [3572243682] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:45 tcp:127.0.0.1:57607 accepted tcp:www.v2ray.com:443 [proxy] 2023/04/05 23:18:45 [Info] [3549180048] v2ray.com/core/app/dispatcher: sniffed domain: www.v2ray.com 2023/04/05 23:18:45 [Info] [3549180048] v2ray.com/core/app/dispatcher: default route for tcp:www.v2ray.com:443 2023/04/05 23:18:45 [Info] [3549180048] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:46 [Warning] [4112082958] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:48 [Info] [2688358231] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:18:48 [Info] [2688358231] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:49 [Info] [2688358231] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:49 [Info] [2688358231] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:50 [Warning] [2688358231] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:18:52 [Info] [3372927541] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:52 [Info] [2695806545] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:18:58 [Info] [486319338] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:00 [Info] [2655527517] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:19:00 [Info] [2655527517] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:00 [Info] [2655527517] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:01 [Info] [2655527517] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:01 [Info] [3572243682] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:01 [Info] [3549180048] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:02 [Warning] [2655527517] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:19:07 [Info] [2695806545] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:19:08 [Info] [2695806545] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:08 [Info] [2695806545] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:09 [Info] [2695806545] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:09 [Info] [3372927541] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:10 [Warning] [2695806545] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:19:13 [Info] [486319338] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:19:13 [Info] [486319338] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:14 [Info] [486319338] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:15 [Info] [486319338] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:15 [Warning] [486319338] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:19:16 [Info] [3572243682] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:19:16 [Info] [3549180048] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:19:16 [Info] [3572243682] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:16 [Info] [3549180048] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:17 [Info] [3549180048] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:17 [Info] [3572243682] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:18 [Info] [3572243682] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:18 [Info] [3549180048] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:18 [Warning] [3572243682] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:19:18 [Warning] [3549180048] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:19:18 [Info] [2108171101] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:19:18 [Info] [2108171101] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:19:18 [Info] [2108171101] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:19:18 [Info] [2108171101] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:18 tcp:127.0.0.1:57638 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:19:26 [Info] [3372927541] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:35 [Info] [2108171101] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:42 [Warning] [3372927541] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:19:42 [Info] [3372927541] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > v2ray.com/core/proxy/socks: failed to transport all TCP response > io: read/write on closed pipe 2023/04/05 23:19:49 [Info] [2435517802] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:19:49 [Info] [2435517802] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:19:49 tcp:127.0.0.1:57650 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:19:49 [Info] [2435517802] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:19:49 [Info] [2435517802] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:50 [Info] [2108171101] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:19:50 [Info] [2108171101] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:50 [Info] [2108171101] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:51 [Info] [2108171101] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:19:52 [Warning] [2108171101] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:20:05 [Info] [2435517802] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:15 [Info] [2104421857] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:15 [Info] [2104421857] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:20:15 [Info] [2104421857] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:15 [Info] [2104421857] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:15 tcp:127.0.0.1:57661 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:20:20 [Info] [2435517802] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:20:21 [Info] [2435517802] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:21 [Info] [2435517802] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:22 [Info] [2435517802] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:23 [Info] [1647010791] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:23 [Info] [1647010791] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:20:23 [Info] [1647010791] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:23 [Info] [1647010791] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:23 tcp:127.0.0.1:57668 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:20:23 [Warning] [2435517802] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:20:31 [Info] [2104421857] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:39 [Info] [1647010791] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:46 [Info] [1048698603] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:46 [Info] [1048698603] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:20:46 [Info] [1048698603] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:46 [Info] [1048698603] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:46 tcp:127.0.0.1:57680 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:20:46 [Info] [2104421857] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:20:46 [Info] [2104421857] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:47 [Info] [2104421857] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:47 [Info] [2104421857] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:48 [Warning] [2104421857] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:20:49 [Info] [775328218] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:49 [Info] [775328218] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:20:49 tcp:127.0.0.1:57685 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:20:49 [Info] [775328218] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:49 [Info] [775328218] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:54 [Info] [1647010791] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:20:54 [Info] [1647010791] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:54 [Info] [3263659850] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:54 [Info] [3263659850] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:20:54 [Info] [3263659850] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:20:54 tcp:127.0.0.1:57689 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:20:54 [Info] [3263659850] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:54 [Info] [1647010791] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:55 [Info] [1647010791] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:20:56 [Warning] [1647010791] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:21:01 [Info] [860015278] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:01 [Info] [860015278] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:21:01 [Info] [860015278] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:01 [Info] [860015278] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:01 tcp:127.0.0.1:57694 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:21:02 [Info] [1048698603] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:05 [Info] [3918120254] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:05 [Info] [3918120254] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:21:05 [Info] [3918120254] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:05 [Info] [3918120254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:05 tcp:127.0.0.1:57700 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:21:05 [Info] [775328218] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:10 [Info] [3263659850] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:17 [Info] [860015278] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:17 [Info] [1048698603] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:21:17 [Info] [1048698603] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:18 [Info] [1048698603] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:18 [Info] [1048698603] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:19 [Info] [1153080438] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:19 [Info] [1153080438] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:21:19 [Info] [1153080438] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:19 [Info] [1153080438] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:19 tcp:127.0.0.1:57711 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:21:19 [Warning] [1048698603] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:21:20 [Info] [775328218] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:21:21 [Info] [775328218] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:21 [Info] [3918120254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:21 [Info] [775328218] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:22 [Info] [775328218] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:23 [Warning] [775328218] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:21:25 [Info] [3263659850] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:21:25 [Info] [3263659850] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:26 [Info] [3263659850] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:27 [Info] [3263659850] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:27 [Info] [4189028374] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:27 [Info] [4189028374] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:21:27 [Info] [4189028374] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:27 [Info] [4189028374] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:27 tcp:127.0.0.1:57716 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:21:27 [Warning] [3263659850] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:21:32 [Info] [860015278] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:21:32 [Info] [860015278] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:32 [Info] [860015278] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:33 [Info] [860015278] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:34 [Warning] [860015278] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:21:35 [Info] [1153080438] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:36 [Info] [3918120254] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled 2023/04/05 23:21:36 [Info] [3918120254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:37 [Info] [3918120254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:37 [Info] [3918120254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:38 [Info] [142778550] v2ray.com/core/proxy/socks: TCP Connect request to tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:38 [Info] [142778550] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:21:38 [Info] [142778550] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:38 [Info] [142778550] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:38 tcp:127.0.0.1:57723 accepted tcp:content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:21:38 [Warning] [3918120254] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:21:43 [Info] [4189028374] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 V2Ray 4.27.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.14.6 darwin/amd64) A unified platform for anti-censorship. 2023/04/05 23:21:44 [Info] v2ray.com/core/common/platform/ctlcmd: v2ctl> Read config: /Applications/V2rayU.app/Contents/Resources/config.json 2023/04/05 23:21:44 [Info] v2ray.com/core/app/dns: DNS: created localhost client 2023/04/05 23:21:44 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:1080 2023/04/05 23:21:44 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:10888 2023/04/05 23:21:44 [Warning] v2ray.com/core: V2Ray 4.27.0 started 2023/04/05 23:21:48 [Info] [1552333394] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [p221-caldav.icloud.com.cn:443] with URL [//p221-caldav.icloud.com.cn:443] 2023/04/05 23:21:48 [Info] [1552333394] v2ray.com/core/app/dispatcher: sniffed domain: p221-caldav.icloud.com.cn 2023/04/05 23:21:48 [Info] [1552333394] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:p221-caldav.icloud.com.cn:443] 2023/04/05 23:21:48 [Info] [1552333394] v2ray.com/core/proxy/freedom: opening connection to tcp:p221-caldav.icloud.com.cn:443 2023/04/05 23:21:48 127.0.0.1:57740 accepted //p221-caldav.icloud.com.cn:443 [direct] 2023/04/05 23:21:48 [Info] [1552333394] v2ray.com/core/proxy/freedom: dialing to to tcp:222.73.192.240:443 2023/04/05 23:21:48 [Info] [1552333394] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:222.73.192.240:443 2023/04/05 23:21:48 [Info] [259084899] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [p221-caldav.icloud.com.cn:443] with URL [//p221-caldav.icloud.com.cn:443] 2023/04/05 23:21:48 [Info] [259084899] v2ray.com/core/app/dispatcher: sniffed domain: p221-caldav.icloud.com.cn 2023/04/05 23:21:48 [Info] [259084899] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:p221-caldav.icloud.com.cn:443] 2023/04/05 23:21:48 [Info] [259084899] v2ray.com/core/proxy/freedom: opening connection to tcp:p221-caldav.icloud.com.cn:443 2023/04/05 23:21:48 127.0.0.1:57742 accepted //p221-caldav.icloud.com.cn:443 [direct] 2023/04/05 23:21:48 [Info] [259084899] v2ray.com/core/proxy/freedom: dialing to to tcp:222.73.192.240:443 2023/04/05 23:21:48 [Info] [259084899] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:222.73.192.240:443 2023/04/05 23:21:55 [Info] [3901255144] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [api.github.com:443] with URL [//api.github.com:443] 2023/04/05 23:21:55 [Info] [3901255144] v2ray.com/core/app/dispatcher: sniffed domain: api.github.com 2023/04/05 23:21:55 [Info] [3901255144] v2ray.com/core/app/dispatcher: default route for tcp:api.github.com:443 2023/04/05 23:21:55 [Info] [3901255144] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:55 127.0.0.1:57745 accepted //api.github.com:443 [proxy] 2023/04/05 23:21:55 [Info] [4277107729] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [api.github.com:443] with URL [//api.github.com:443] 2023/04/05 23:21:55 [Info] [4277107729] v2ray.com/core/app/dispatcher: sniffed domain: api.github.com 2023/04/05 23:21:55 [Info] [4277107729] v2ray.com/core/app/dispatcher: default route for tcp:api.github.com:443 2023/04/05 23:21:55 127.0.0.1:57748 accepted //api.github.com:443 [proxy] 2023/04/05 23:21:55 [Info] [4277107729] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:56 [Info] [114024683] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [content-autofill.googleapis.com:443] with URL [//content-autofill.googleapis.com:443] 2023/04/05 23:21:56 [Info] [114024683] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:21:56 [Info] [114024683] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:21:56 [Info] [114024683] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:21:56 127.0.0.1:57752 accepted //content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:22:05 [Info] [2061916923] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [content-autofill.googleapis.com:443] with URL [//content-autofill.googleapis.com:443] 2023/04/05 23:22:05 [Info] [2061916923] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:22:05 [Info] [2061916923] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:22:05 127.0.0.1:57756 accepted //content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:22:05 [Info] [2061916923] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:11 [Info] [3901255144] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:12 [Info] [4277107729] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:12 [Info] [114024683] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:12 [Info] [621846944] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [github.com:443] with URL [//github.com:443] 2023/04/05 23:22:12 [Info] [621846944] v2ray.com/core/app/dispatcher: sniffed domain: github.com 2023/04/05 23:22:12 [Info] [621846944] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2023/04/05 23:22:12 [Info] [621846944] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:12 127.0.0.1:57760 accepted //github.com:443 [proxy] 2023/04/05 23:22:20 [Info] [3656753307] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [h-adashx.dingtalkapps.com:443] with URL [//h-adashx.dingtalkapps.com:443] 2023/04/05 23:22:20 [Info] [3656753307] v2ray.com/core/app/dispatcher: sniffed domain: h-adashx.dingtalkapps.com 2023/04/05 23:22:20 [Info] [3656753307] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:h-adashx.dingtalkapps.com:443] 2023/04/05 23:22:20 [Info] [3656753307] v2ray.com/core/proxy/freedom: opening connection to tcp:h-adashx.dingtalkapps.com:443 2023/04/05 23:22:20 127.0.0.1:57770 accepted //h-adashx.dingtalkapps.com:443 [direct] 2023/04/05 23:22:20 [Info] [3656753307] v2ray.com/core/proxy/freedom: dialing to to tcp:49.79.227.161:443 2023/04/05 23:22:20 [Info] [3656753307] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:49.79.227.161:443 2023/04/05 23:22:21 [Info] [2061916923] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:26 [Info] [3901255144] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:26 [Info] [3901255144] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:27 [Info] [4277107729] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:27 [Info] [4277107729] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:27 [Info] [3901255144] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:27 [Info] [114024683] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:27 [Info] [114024683] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:27 [Info] [4277107729] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Info] [3901255144] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Info] [114024683] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Info] [4062256765] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [github.com:443] with URL [//github.com:443] 2023/04/05 23:22:28 [Info] [4062256765] v2ray.com/core/app/dispatcher: sniffed domain: github.com 2023/04/05 23:22:28 127.0.0.1:57775 accepted //github.com:443 [proxy] 2023/04/05 23:22:28 [Info] [4062256765] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2023/04/05 23:22:28 [Info] [4062256765] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Info] [4277107729] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Info] [114024683] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Info] [621846944] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:28 [Warning] [3901255144] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:22:29 [Warning] [4277107729] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:22:29 [Warning] [114024683] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:22:36 [Info] [2061916923] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:36 [Info] [2061916923] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:37 [Info] [2061916923] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:38 [Info] [2061916923] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:38 [Info] [4062256765] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:38 [Info] [4062256765] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:38 [Info] [4062256765] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:38 [Info] [4062256765] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:38 [Warning] [2061916923] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:22:39 [Info] [4062256765] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:39 [Info] [4018930078] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [data.bilibili.com:443] with URL [//data.bilibili.com:443] 2023/04/05 23:22:39 [Info] [4018930078] v2ray.com/core/app/dispatcher: sniffed domain: data.bilibili.com 2023/04/05 23:22:39 [Info] [4018930078] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:data.bilibili.com:443] 2023/04/05 23:22:39 [Info] [4018930078] v2ray.com/core/proxy/freedom: opening connection to tcp:data.bilibili.com:443 2023/04/05 23:22:39 127.0.0.1:57782 accepted //data.bilibili.com:443 [direct] 2023/04/05 23:22:39 [Info] [4018930078] v2ray.com/core/proxy/freedom: dialing to to tcp:183.131.155.9:443 2023/04/05 23:22:39 [Info] [4018930078] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:183.131.155.9:443 2023/04/05 23:22:40 [Warning] [4062256765] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:22:43 [Info] [621846944] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:44 [Info] [621846944] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:44 [Info] [621846944] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:45 [Info] [621846944] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:45 [Info] [3774279985] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [api.github.com:443] with URL [//api.github.com:443] 2023/04/05 23:22:45 [Info] [3774279985] v2ray.com/core/app/dispatcher: sniffed domain: api.github.com 2023/04/05 23:22:45 [Info] [3774279985] v2ray.com/core/app/dispatcher: default route for tcp:api.github.com:443 2023/04/05 23:22:45 [Info] [3774279985] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:22:45 127.0.0.1:57787 accepted //api.github.com:443 [proxy] 2023/04/05 23:22:46 [Warning] [621846944] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:22:50 [Info] [1552333394] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:50 [Info] [259084899] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:22:50 [Info] [1552333394] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2023/04/05 23:22:50 [Info] [259084899] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2023/04/05 23:22:56 [Info] [1180443284] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [content-autofill.googleapis.com:443] with URL [//content-autofill.googleapis.com:443] 2023/04/05 23:22:56 [Info] [1180443284] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:22:56 127.0.0.1:57794 accepted //content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:22:56 [Info] [1180443284] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:22:56 [Info] [1180443284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:01 [Info] [3774279985] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:05 [Info] [1486099479] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [content-autofill.googleapis.com:443] with URL [//content-autofill.googleapis.com:443] 2023/04/05 23:23:05 [Info] [1486099479] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:23:05 [Info] [1486099479] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:23:05 [Info] [1486099479] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:05 127.0.0.1:57805 accepted //content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:23:12 [Info] [1180443284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:15 [Info] [111048197] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [github.githubassets.com:443] with URL [//github.githubassets.com:443] 2023/04/05 23:23:15 [Info] [111048197] v2ray.com/core/app/dispatcher: sniffed domain: github.githubassets.com 2023/04/05 23:23:15 [Info] [111048197] v2ray.com/core/app/dispatcher: default route for tcp:github.githubassets.com:443 2023/04/05 23:23:15 [Info] [111048197] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:15 127.0.0.1:57809 accepted //github.githubassets.com:443 [proxy] 2023/04/05 23:23:15 [Info] [629086284] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [github.com:443] with URL [//github.com:443] 2023/04/05 23:23:15 127.0.0.1:57808 accepted //github.com:443 [proxy] 2023/04/05 23:23:15 [Info] [629086284] v2ray.com/core/app/dispatcher: sniffed domain: github.com 2023/04/05 23:23:15 [Info] [629086284] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2023/04/05 23:23:15 [Info] [629086284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:16 [Info] [629086284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:16 [Info] [1486099479] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:16 [Info] [111048197] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:16 [Info] [1180443284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:16 [Info] [3774279985] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:23:16 [Info] [3774279985] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:17 [Info] [3774279985] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:18 [Info] [3774279985] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:18 [Warning] [3774279985] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:23:27 [Info] [1180443284] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:23:27 [Info] [1180443284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:28 [Info] [1180443284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:29 [Warning] [1180443284] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 142.251.43.4:10086: i/o timeout dial tcp [2a03:2880:f10e:83:face:b00c:0:25de]:10086: connect: no route to host dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:23:30 [Info] [1601024404] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [github.com:443] with URL [//github.com:443] 2023/04/05 23:23:30 [Info] [1601024404] v2ray.com/core/app/dispatcher: sniffed domain: github.com 2023/04/05 23:23:30 127.0.0.1:57825 accepted //github.com:443 [proxy] 2023/04/05 23:23:30 [Info] [1601024404] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2023/04/05 23:23:30 [Info] [1601024404] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:32 [Info] [1486099479] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:32 [Info] [629086284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:32 [Info] [111048197] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:35 [Info] [1517898700] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [api.github.com:443] with URL [//api.github.com:443] 2023/04/05 23:23:35 [Info] [3441733307] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [docs.github.com:443] with URL [//docs.github.com:443] 2023/04/05 23:23:35 [Info] [3441733307] v2ray.com/core/app/dispatcher: sniffed domain: docs.github.com 2023/04/05 23:23:35 [Info] [3441733307] v2ray.com/core/app/dispatcher: default route for tcp:docs.github.com:443 2023/04/05 23:23:35 [Info] [3441733307] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:35 [Info] [1517898700] v2ray.com/core/app/dispatcher: sniffed domain: api.github.com 2023/04/05 23:23:35 [Info] [3806895136] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [docs.github.com:443] with URL [//docs.github.com:443] 2023/04/05 23:23:35 [Info] [1517898700] v2ray.com/core/app/dispatcher: default route for tcp:api.github.com:443 2023/04/05 23:23:35 [Info] [1517898700] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:35 127.0.0.1:57837 accepted //docs.github.com:443 [proxy] 2023/04/05 23:23:35 127.0.0.1:57838 accepted //api.github.com:443 [proxy] 2023/04/05 23:23:35 127.0.0.1:57836 accepted //docs.github.com:443 [proxy] 2023/04/05 23:23:35 [Info] [3806895136] v2ray.com/core/app/dispatcher: sniffed domain: docs.github.com 2023/04/05 23:23:35 [Info] [3806895136] v2ray.com/core/app/dispatcher: default route for tcp:docs.github.com:443 2023/04/05 23:23:35 [Info] [3806895136] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:37 [Info] [1486099479] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:23:37 [Info] [1486099479] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:37 [Info] [161343737] v2ray.com/core/proxy/http: request to Method [CONNECT] Host [content-autofill.googleapis.com:443] with URL [//content-autofill.googleapis.com:443] 2023/04/05 23:23:37 [Info] [161343737] v2ray.com/core/app/dispatcher: sniffed domain: content-autofill.googleapis.com 2023/04/05 23:23:37 [Info] [161343737] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443 2023/04/05 23:23:37 [Info] [161343737] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:37 127.0.0.1:57845 accepted //content-autofill.googleapis.com:443 [proxy] 2023/04/05 23:23:38 [Info] [1486099479] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:38 [Warning] [1486099479] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp [2a03:2880:f10e:83:face:b00c:0:25de]:10086: connect: no route to host dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:23:39 [Info] [4018930078] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2023/04/05 23:23:45 [Info] [987918516] v2ray.com/core/proxy/http: request to Method [GET] Host [www.gstatic.com] with URL [http://www.gstatic.com/generate_204] 2023/04/05 23:23:45 [Info] [987918516] v2ray.com/core/app/dispatcher: default route for tcp:www.gstatic.com:80 2023/04/05 23:23:45 [Info] [987918516] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:45 127.0.0.1:57849 accepted http://www.gstatic.com/generate_204 [proxy] 2023/04/05 23:23:46 [Info] [1601024404] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:46 [Info] [629086284] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:23:46 [Info] [111048197] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > context canceled 2023/04/05 23:23:47 [Info] [111048197] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:47 [Info] [629086284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:47 [Info] [629086284] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:47 [Info] [111048197] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:10086 2023/04/05 23:23:48 [Warning] [111048197] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp [2a03:2880:f10e:83:face:b00c:0:25de]:10086: connect: no route to host dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2023/04/05 23:23:48 [Warning] [629086284] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp [2a03:2880:f10e:83:face:b00c:0:25de]:10086: connect: no route to host dial tcp 142.251.43.4:10086: i/o timeout dial tcp 142.251.43.4:10086: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed V2Ray 4.27.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.14.6 darwin/amd64) A unified platform for anti-censorship. 2023/04/05 23:35:35 [Info] v2ray.com/core/common/platform/ctlcmd: v2ctl> Read config: /Applications/V2rayU.app/Contents/Resources/config.json 2023/04/05 23:35:35 [Info] v2ray.com/core/app/dns: DNS: created localhost client 2023/04/05 23:35:35 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:1080 2023/04/05 23:35:35 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:10888 2023/04/05 23:35:35 [Warning] v2ray.com/core: V2Ray 4.27.0 started V2Ray 4.27.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.14.6 darwin/amd64) A unified platform for anti-censorship. 2023/04/05 23:38:19 [Info] v2ray.com/core/common/platform/ctlcmd: v2ctl> Read config: /Applications/V2rayU.app/Contents/Resources/config.json 2023/04/05 23:38:19 [Info] v2ray.com/core/app/dns: DNS: created localhost client 2023/04/05 23:38:19 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:1080 2023/04/05 23:38:19 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:10888 2023/04/05 23:38:19 [Warning] v2ray.com/core: V2Ray 4.27.0 started

ttototooo commented 1 year ago

服务器列表上的数据时有时无 ![Uploading 20230405235909.jpg…]()![Uploading image.png…]() 网络代理数据似乎也不对? ![Uploading image.png…]()