SagerNet / sing-box

The universal proxy platform
https://sing-box.sagernet.org/
Other
18.71k stars 2.24k forks source link

windows 端 连接基于xray的vless+vision(不使用reality)服务器会导致singbox崩溃 #451

Closed wsvg14 closed 1 year ago

wsvg14 commented 1 year ago

Welcome

Description of the problem

在windows端连接vless+vision+普通tls时,会导致singbox直接报错退出,同平台xray-core 1.7.5正常 报错crash提示如下: panic: alloc bad size: 0

goroutine 1070 [running]: github.com/sagernet/sing/common/buf.(defaultAllocator).Get(0x3e19c5?, 0x1f577e0?) github.com/sagernet/sing@v0.1.9-0.20230317044231-85a9429eadb6/common/buf/alloc.go:42 +0x169 github.com/sagernet/sing/common/buf.Get(...) github.com/sagernet/sing@v0.1.9-0.20230317044231-85a9429eadb6/common/buf/pool.go:4 github.com/sagernet/sing/common/buf.NewSize(0x1f577e0?) github.com/sagernet/sing@v0.1.9-0.20230317044231-85a9429eadb6/common/buf/buffer.go:50 +0xa2 github.com/sagernet/sing/common/buf.StackNewSize(...) github.com/sagernet/sing@v0.1.9-0.20230317044231-85a9429eadb6/common/buf/buffer.go:85 github.com/sagernet/sing/common/bufio.(BufferedVectorisedWriter).WriteVectorised(0xc000287a40, {0xc00008ef98?, 0x0, 0xc0013b80d0?}) github.com/sagernet/sing@v0.1.9-0.20230317044231-85a9429eadb6/common/bufio/vectorised.go:72 +0x106 github.com/sagernet/sing-box/transport/vless.(VisionConn).Write(0xc00102bd40, {0xc0013b80d0?, 0x56, 0x8?}) github.com/sagernet/sing-box/transport/vless/vision.go:215 +0x4f6 github.com/sagernet/sing-box/transport/vless.(Conn).Write(0xc0003eb2c0?, {0xc0013b80d0?, 0x4358ce?, 0xc0003eb2c0?}) github.com/sagernet/sing-box/transport/vless/client.go:132 +0x206 crypto/tls.(Conn).write(0xc00025bc00, {0xc0013b80d0?, 0x5?, 0xcd?}) crypto/tls/conn.go:923 +0x10d crypto/tls.(Conn).writeRecordLocked(0xc00025bc00, 0x17, {0xc000696000, 0x40, 0x1000}) crypto/tls/conn.go:991 +0x354 crypto/tls.(Conn).Write(0x1b?, {0xc000696000, 0x40, 0x1000}) crypto/tls/conn.go:1186 +0x411 net/http.http2stickyErrWriter.Write({{0x15a0420?, 0xc00025bc00?}, 0xc000947820?, 0xc000e48d40?}, {0xc000696000, 0x40, 0x1000}) net/http/h2_bundle.go:7429 +0x149 bufio.(Writer).Flush(0xc00105cb00) bufio/bufio.go:628 +0x62 net/http.(http2Transport).newClientConn(0xc001028bd0, {0x15a0420?, 0xc00025bc00}, 0x0) net/http/h2_bundle.go:7773 +0xbe7 net/http.(http2Transport).NewClientConn(0x10000c0002e2768?, {0x15a0420?, 0xc00025bc00?}) net/http/h2_bundle.go:7693 +0x39 net/http.(http2addConnCall).run(0xc0003eb300, 0xc00029bfd0?, {0xc0009477e0, 0x1b}, 0xc0004badc0?) net/http/h2_bundle.go:919 +0x45 created by net/http.(http2clientConnPool).addConnIfNeeded net/http/h2_bundle.go:900 +0x2ca

Version of sing-box

客户端singbox使用最新dev-next编译,服务端使用xray-core 最新action

```console $./singBox.exe version sing-box version 1.2-beta9-8d88cfa Environment: go1.20.2 windows/amd64 Tags: with_quic,with_grpc,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_clash_api,with_conntrack,with_gvisor Revision: 8d88cfa8eb1729a8233b43f4cd3de34afe3116cf CGO: enabled ```

Server and client configuration file

服务端xray如下

```console { "log": { "loglevel": "info" }, "api": { "services": [ "HandlerService", "LoggerService", "StatsService" ], "tag": "api" }, "stats": {}, "policy": { "levels": { "0": { "statsUserUplink": true, "statsUserDownlink": true } }, "system": { "statsInboundUplink": true, "statsInboundDownlink": true, "statsOutboundUplink": true, "statsOutboundDownlink": true } }, "inbounds": [ { "listen": "127.0.0.1", "port": 62789, "protocol": "dokodemo-door", "settings": { "address": "127.0.0.1" }, "tag": "api", "sniffing": null }, { "tag": "Vless-TCP-XTLS", "port": 443, // This is TLS entrypoint. This entrypoint does the SSL Termination then routes the request based on the Path or ALPN type. "protocol": "vless", "settings": { "clients": [ { "email": "general@vless-tcp-xtls", //Change to your own email "id": "xxxxxxxxxxxxxxx", //Change to your own email "flow": "xtls-rprx-vision", "level": 0 } ], "decryption": "none", "fallbacks": [ { // if the path was `/trojanws`, pass it to trojan-ws listener "path": "/wdnmd", "dest": 12001 }, { // if the request's ALPN was HTTP2, pass it to trojan-tcp. (Also from trojan-tcp fallback to Nginx HTTP2) "alpn": "h2", "dest": "@trojan-tcp", "xver": 2 }, { // if not any other condition, pass it to Nginx HTTP1.1 listener "dest": "/dev/shm/h1.sock", "xver": 2 } ] }, "streamSettings": { "network": "tcp", // If XTLS Vision is enabled, "security" must be "tls" // If XTLS Direct is enabled, "security" must be "xtls" "security": "tls", // If XTLS Direct is enabled, "tlsSettings" should also be changed to "xtlsSettings" "tlsSettings": { "certificates": [ { "ocspStapling": 3600, //The Xray version is not less than v1.3.0 to support configuring the time interval between OCSP stapling update and certificate hot reload. Currently V2Ray does not support it. If you use V2Ray as the server, you must delete this configuration. "certificateFile": "xxxxxx", // this is te fullchain (domain + any bundle). Make sure the permissions are correct (absolute path) "keyFile": "xxxxs" // this is the private key of the cert. Make sure the permissions are correct (absolute path) }, { // more domains and therefore more certificates can be added to this `certificates` list "ocspStapling": 3600, "certificateFile": "xxxxx", // this is te fullchain (domain + any bundle). Make sure the permissions are correct (absolute path) "keyFile": "xxxxy" // this is the private key of the cert. Make sure the permissions are correct (absolute path) } ], "minVersion": "1.2", //Xray version is not less than v1.1.4 to support configuring the minimum TLS version. Currently V2Ray does not support it. If you use V2Ray as the server, you must delete this configuration. "cipherSuites": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", //Xray版本不小于v1.1.4才支持配置密码套件(若无RSA证书,可删除所有RSA算法的密码套件;无ECC证书, to remove cipher suites for all ECDSA algorithms.). Currently V2Ray does not support it. If you use V2Ray as the server, you must delete this configuration. "alpn": [ "h2", //Enabling h2 connection needs to configure h2 fallback, otherwise inconsistency (streaking) is easily detected by the wall and blocked. "http/1.1" //Enabling http/1.1 connection needs to configure http/1.1 fallback, otherwise inconsistency (streaking) is easily detected by the wall and blocked. ] } }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] } }, //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // TCP + http obfs (VLESS - VMESS - TROJAN - ShadowSocks) // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// { "listen": "@trojan-tcp", //trojan+tcp listening process "protocol": "trojan", "settings": { "clients": [ { "email":"general@trojan-tcp", "password": "xxxx", "level": 0 } ], "fallbacks": [ { // if it was not a valid trojan reuqest, for example the trojan password was wrong, pass it to the NGINX HTTP2 cleartext UDS "dest": "/dev/shm/h2c.sock", "xver": 2 //Enable PROXY protocol sending, and send the real source IP and port to Nginx. 1 or 2 indicates the PROXY protocol version. Consistent with the above, configuration 2 is recommended. } ] }, "streamSettings": { "network": "tcp", "security": "none", "tcpSettings": { "acceptProxyProtocol": true } }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] } } ], "outbounds": [ { "protocol": "freedom", "settings": { "domainStrategy": "UseIP" }, "tag": "direct" }, { "protocol": "freedom", "tag": "direct2" }, { "protocol": "blackhole", "tag": "blocked" }, { "tag": "DNS-Internal", "protocol": "dns", "settings": { "address": "127.0.0.53", "port": 53 } } ], "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "inboundTag": [ "api" ], "outboundTag": "api", "type": "field" }, { "type": "field", "outboundTag": "blocked", "ip": [ "geoip:private" ] } ] } } ```

客户端singbox如下

```console { "log": { "disabled": false, "level": "debug", "output": "./src/log/box.log", "timestamp": true }, "inbounds": [ { "tag": "mixed", "type": "mixed", "listen": "127.0.0.1", "listen_port": 7890, "sniff_timeout": "500ms", "sniff": true, "sniff_override_destination": true, "domain_strategy": "prefer_ipv6" }, { "tag": "mixed6", "type": "mixed", "listen": "::1", "listen_port": 7890, "sniff_timeout": "500ms", "sniff": true, "sniff_override_destination": true, "domain_strategy": "prefer_ipv6" } ], "outbounds": [ { "tag": "direct", "type": "direct" }, { "tag": "block", "type": "block" }, { "tag": "dns", "type": "dns" }, { "tag": "SGP-vision", "type": "vless", "server": "xxxxxxx", "server_port": 25449, "uuid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "tls": { "enabled": true, "insecure": false, "server_name": "114514.top", "utls": { "enabled": true, "fingerprint": "edge" } }, "flow": "xtls-rprx-vision", "packet_encoding": "xudp" } ], "route": { "geosite": { "path": "./src/geosite.db", "download_url": "https://ghproxy.com/https://raw.githubusercontent.com/CHIZI-0618/v2ray-rules-dat/release/geosite.db", "download_detour": "direct" }, "geoip": { "path": "./src/geoip.db", "download_url": "https://ghproxy.com/https://raw.githubusercontent.com/CHIZI-0618/v2ray-rules-dat/release/geoip.db", "download_detour": "direct" }, "rules": [ { "protocol": "dns", "outbound": "dns" }, { "protocol": [ "quic" ], "outbound": "block" }, { "protocol": [ "stun" ], "ip_cidr": [ "106.75.74.76/32", "111.206.25.147/32", "119.3.238.64/32", "120.92.108.182/32", "120.92.113.99/32", "120.92.153.217/32", "134.175.207.130/32", "203.107.1.0/24" ], "domain_keyword": [ "bilibili", "douyu" ], "geosite": [ "bilibili", "douyu" ], "outbound": "block" }, { "type": "logical", "mode": "and", "rules": [ { "domain_keyword": [ "stun" ] }, { "domain_keyword": [ "bilibili", "douyu" ], "geosite": [ "bilibili", "douyu" ] } ], "outbound": "block" }, { "type": "logical", "mode": "and", "rules": [ { "domain_keyword": [ "mcdn" ] }, { "domain_keyword": [ "bilibili" ], "geosite": [ "bilibili" ] } ], "outbound": "block" }, { "ip_cidr": [ "106.75.74.76/32", "111.206.25.147/32", "119.3.238.64/32", "120.92.108.182/32", "120.92.113.99/32", "120.92.153.217/32", "134.175.207.130/32", "203.107.1.0/24" ], "domain_keyword": [ "bilibili", "mcdn" ], "geosite": [ "bilibili" ], "port": [ 4483, 9305 ], "outbound": "block" }, { "domain_suffix": [ ".xn--ngstr-lra8j.com", ".googleapis.cn", ".dev" ], "geosite": [ "tiktok" ], "outbound": "proxy" }, { "domain_keyword": [ "ntp" ], "domain_regex": [ "(^|\\.)(alt[1-8]-mtalk|mtalk|mtalk4)\\.google\\.com$" ], "geosite": [ "bytedance", "microsoft@cn", "apple@cn", "category-games@cn", "cn" ], "outbound": "domestic" }, { "geoip": [ "private" ], "outbound": "direct" }, { "geoip": [ "cn" ], "outbound": "domestic" }, { "ip_version": 6, "outbound": "block" } ], "final": "proxy", "auto_detect_interface": true, "find_process": true }, "experimental": { "clash_api": { "external_controller": "127.0.0.1:9909", "external_ui": "Dashboard", "default_mode": "rule", "secret": "singBox", "cache_file": "./src/cache.db", "store_selected": true } } } ```

Server and client log file

xray服务端疑似日志

```console 2023/03/18 15:28:00 [Info] [4087720156] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > proxy/vless/inbound: failed to fallback request payload > read tcp [2a0f:9400:787c::6]:443->[2408:8456:3241:35d:f135:d77f:295:9e8c]:5428: read: connection reset by peer 2023/03/18 15:28:01 [Info] [3609546987] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:28:01 [Info] [3110008549] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:28:01 [Info] [582008545] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:28:01 [Info] [3494790647] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:28:01 [Info] [1433716726] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:28:01 [Info] [2212070146] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:01 [Info] [2512480011] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:02 [Info] [4088353290] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:02 [Info] [905043933] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:13 [Info] [1061384620] proxy/vless/inbound: firstLen = 192 2023/03/18 15:28:13 [Info] [1061384620] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:13 [Info] [1061384620] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:13 [Info] [1061384620] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:13 [Info] [1061384620] proxy/vless/inbound: realPath = /wdnmd 2023/03/18 15:28:20 [Info] [3031327608] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:28:25 [Info] [417550842] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:25 [Info] [417550842] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:25 [Info] [417550842] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:25 [Info] [417550842] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:25 [Info] [1991282675] proxy/trojan: firstLen = 24 2023/03/18 15:28:25 [Info] [1991282675] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:25 [2407:cdc0:ac7b:1eab:d8dd:970b:5340:42a2]:15350 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:25 [Info] [4071914735] proxy/vless/inbound: firstLen = 56 2023/03/18 15:28:25 [Info] [4071914735] proxy/vless/inbound: received request for tcp:www.gstatic.com:80 2023/03/18 15:28:25 [Info] [4071914735] proxy/vless/encoding: Xtls Unpadding new block0 16 content 86 padding 252 0 2023/03/18 15:28:25 [Info] [4071914735] app/dispatcher: sniffed domain: www.gstatic.com 2023/03/18 15:28:25 [Info] [4071914735] app/dispatcher: default route for tcp:www.gstatic.com:80 2023/03/18 15:28:25 [Info] [4071914735] proxy/freedom: opening connection to tcp:www.gstatic.com:80 2023/03/18 15:28:25 [2407:cdc0:a77e:799c:c532:9b25:2842:ea6]:15356 accepted tcp:www.gstatic.com:80 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:28:25 [Info] [4071914735] proxy/freedom: dialing to tcp:[2404:6800:4003:c00::5e]:80 2023/03/18 15:28:25 [Info] [4071914735] transport/internet/tcp: dialing TCP to tcp:[2404:6800:4003:c00::5e]:80 2023/03/18 15:28:25 [Info] [4071914735] proxy/vless/encoding: XtlsPadding 127 1 0 2023/03/18 15:28:25 [Info] [851817786] proxy/vless/inbound: firstLen = 406 2023/03/18 15:28:25 [Info] [851817786] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:25 [Info] [851817786] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:25 [Info] [851817786] proxy/vless/inbound: realAlpn = 2023/03/18 15:28:25 [Info] [851817786] proxy/vless/inbound: realPath = /wdnmd 2023/03/18 15:28:26 [Info] [2965943339] proxy/vless/inbound: firstLen = 192 2023/03/18 15:28:26 [Info] [2965943339] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:26 [Info] [2965943339] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:26 [Info] [2965943339] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:26 [Info] [2965943339] proxy/vless/inbound: realPath = /wdnmd 2023/03/18 15:28:26 [Info] [1165071428] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:26 [Info] [1165071428] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:26 [Info] [1165071428] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:26 [Info] [1165071428] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:26 [Info] [1227845145] proxy/trojan: firstLen = 496 2023/03/18 15:28:26 [Info] [1227845145] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:26 [2400:cb00:582:1024::ac47:d682]:51052 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:26 [Info] [855638910] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:26 [Info] [855638910] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:26 [Info] [855638910] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:26 [Info] [855638910] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:26 [Info] [4054810404] proxy/trojan: firstLen = 24 2023/03/18 15:28:26 [Info] [4054810404] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:26 [2408:8456:3241:35d:f135:d77f:295:9e8c]:5654 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:26 [Info] [876592508] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:26 [Info] [876592508] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:26 [Info] [876592508] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:26 [Info] [876592508] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:26 [Info] [1369242038] proxy/trojan: firstLen = 24 2023/03/18 15:28:26 [Info] [1369242038] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:26 [2407:cdc0:aae4:cbb8:4353:6cd1:2c6c:2344]:15372 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:26 [Info] [2979451856] proxy/vless/inbound: firstLen = 56 2023/03/18 15:28:26 [Info] [2979451856] proxy/vless/inbound: received request for tcp:www.gstatic.com:80 2023/03/18 15:28:26 [Info] [2979451856] proxy/vless/encoding: Xtls Unpadding new block0 16 content 86 padding 135 0 2023/03/18 15:28:26 [Info] [2979451856] app/dispatcher: sniffed domain: www.gstatic.com 2023/03/18 15:28:26 [Info] [2979451856] app/dispatcher: default route for tcp:www.gstatic.com:80 2023/03/18 15:28:26 [Info] [2979451856] proxy/freedom: opening connection to tcp:www.gstatic.com:80 2023/03/18 15:28:26 [2407:cdc0:aed3:f5f0:4536:282a:e577:b550]:15388 accepted tcp:www.gstatic.com:80 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:28:26 [Info] [2979451856] proxy/freedom: dialing to tcp:142.251.12.94:80 2023/03/18 15:28:26 [Info] [2979451856] transport/internet/tcp: dialing TCP to tcp:142.251.12.94:80 2023/03/18 15:28:26 [Info] [2979451856] proxy/vless/encoding: XtlsPadding 127 55 0 2023/03/18 15:28:26 [Info] [1745166096] proxy/vless/inbound: firstLen = 192 2023/03/18 15:28:26 [Info] [1745166096] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:26 [Info] [1745166096] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:26 [Info] [1745166096] proxy/vless/inbound: realAlpn = http/1.1 2023/03/18 15:28:26 [Info] [1745166096] proxy/vless/inbound: realPath = /wdnmd 2023/03/18 15:28:27 [Info] [3946778702] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:27 [Info] [3946778702] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:27 [Info] [3946778702] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:27 [Info] [3946778702] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:27 [Info] [3872950860] proxy/trojan: firstLen = 33 2023/03/18 15:28:27 [Info] [3872950860] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:27 [2408:8456:3241:35d:f135:d77f:295:9e8c]:5679 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:27 [Info] [450519809] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:27 [Info] [450519809] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:27 [Info] [450519809] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:27 [Info] [450519809] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:27 [2400:cb00:618:1024::a29e:ba2a]:38664 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:27 [Info] [1926061779] proxy/trojan: firstLen = 534 2023/03/18 15:28:27 [Info] [1926061779] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:27 [Info] [1769402444] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:27 [Info] [1165071428] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:28:27 [Info] [790086924] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:28 [Info] [303479709] proxy/vless/inbound: firstLen = 24 2023/03/18 15:28:28 [Info] [303479709] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:28:28 [Info] [303479709] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:28:28 [Info] [303479709] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:28:28 [Info] [1934026952] proxy/trojan: firstLen = 534 2023/03/18 15:28:28 [Info] [1934026952] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:28:28 [2400:cb00:12:1024::ac45:223a]:28214 rejected proxy/trojan: not trojan protocol 2023/03/18 15:28:28 [Info] [1227845145] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:28 [Info] [2533680647] proxy/vless/inbound: firstLen = 44 2023/03/18 15:28:28 [Info] [2533680647] proxy/vless/inbound: received request for tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [1114580608] proxy/vless/inbound: firstLen = 44 2023/03/18 15:28:28 [Info] [1114580608] proxy/vless/inbound: received request for tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [2533680647] proxy/vless/encoding: Xtls Unpadding new block0 16 content 349 padding 14 0 2023/03/18 15:28:28 [Info] [2533680647] app/dispatcher: default route for tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [2533680647] proxy/freedom: opening connection to tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [2533680647] transport/internet/tcp: dialing TCP to tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [1114580608] proxy/vless/encoding: Xtls Unpadding new block0 16 content 297 padding 20 0 2023/03/18 15:28:28 [Info] [1114580608] app/dispatcher: default route for tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [1114580608] proxy/freedom: opening connection to tcp:91.108.56.133:443 2023/03/18 15:28:28 [Info] [1114580608] transport/internet/tcp: dialing TCP to tcp:91.108.56.133:443 2023/03/18 15:28:28 [2407:cdc0:ab19:74b8:e6b:109e:91d0:40a8]:22414 accepted tcp:91.108.56.133:443 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:28:28 [2407:cdc0:a392:77f2:dc0c:7a2c:3073:8e7e]:22422 accepted tcp:91.108.56.133:443 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:28:28 [Info] [3494994645] proxy/vless/inbound: firstLen = 44 2023/03/18 15:28:28 [Info] [3494994645] proxy/vless/inbound: received request for tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [1943973111] proxy/vless/inbound: firstLen = 44 2023/03/18 15:28:28 [Info] [1943973111] proxy/vless/inbound: received request for tcp:91.108.56.133:80 2023/03/18 15:28:28 [2407:cdc0:ac7b:1eab:7cca:7de9:874c:59e5]:22442 accepted tcp:91.108.56.133:80 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:28:28 [2407:cdc0:a897:c85c:ba60:7cdf:f50f:1bb9]:22438 accepted tcp:91.108.56.133:80 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:28:28 [Info] [3494994645] proxy/vless/encoding: Xtls Unpadding new block0 16 content 226 padding 114 0 2023/03/18 15:28:28 [Info] [3494994645] proxy/vless/encoding: Xtls Unpadding new block0 0 content 224 padding 23 0 2023/03/18 15:28:28 [Info] [3494994645] app/dispatcher: sniffed domain: 91.108.56.133 2023/03/18 15:28:28 [Info] [3494994645] app/dispatcher: default route for tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [3494994645] proxy/freedom: opening connection to tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [3494994645] transport/internet/tcp: dialing TCP to tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [1943973111] proxy/vless/encoding: Xtls Unpadding new block0 16 content 226 padding 71 0 2023/03/18 15:28:28 [Info] [1943973111] proxy/vless/encoding: Xtls Unpadding new block0 0 content 104 padding 88 0 2023/03/18 15:28:28 [Info] [1943973111] app/dispatcher: sniffed domain: 91.108.56.133 2023/03/18 15:28:28 [Info] [1943973111] app/dispatcher: default route for tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [1943973111] proxy/freedom: opening connection to tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [1943973111] transport/internet/tcp: dialing TCP to tcp:91.108.56.133:80 2023/03/18 15:28:28 [Info] [2539044782] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:28 [Info] [2533680647] proxy/vless/encoding: XtlsPadding 173 204 0 2023/03/18 15:28:28 [Info] [1943973111] proxy/vless/encoding: XtlsPadding 303 156 0 2023/03/18 15:28:28 [Info] [1114580608] proxy/vless/encoding: XtlsPadding 89 102 0 2023/03/18 15:28:29 [Info] [450519809] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:28:29 [Info] [2533680647] proxy/vless/encoding: Xtls Unpadding new block0 0 content 217 padding 139 0 2023/03/18 15:28:29 [Info] [1114580608] proxy/vless/encoding: Xtls Unpadding new block0 0 content 89 padding 93 0 2023/03/18 15:28:29 [Info] [1114580608] proxy/vless/encoding: XtlsPadding 89 179 0 2023/03/18 15:28:29 [Info] [2533680647] proxy/vless/encoding: XtlsPadding 4885 227 0 2023/03/18 15:28:29 [Info] [1050923609] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:29 [Info] [3494994645] proxy/vless/encoding: XtlsPadding 275 127 0 2023/03/18 15:28:29 [Info] [303479709] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:28:30 [Info] [3494994645] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:28:30 [Info] [1926061779] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:30 [Info] [1934026952] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:28:39 [Info] [2533680647] proxy/vless/encoding: Xtls Unpadding new block0 0 content 297 padding 238 0 2023/03/18 15:28:39 [Info] [2533680647] proxy/vless/encoding: XtlsPadding 796 20 0 2023/03/18 15:28:39 [Info] [2533680647] proxy/vless/encoding: Xtls Unpadding new block0 0 content 281 padding 238 1 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/inbound: firstLen = 44 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/inbound: received request for tcp:34.120.54.55:443 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/inbound: firstLen = 44 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/inbound: received request for tcp:34.120.54.55:443 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/encoding: Xtls Unpadding new block0 16 content 293 padding 977 0 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/encoding: XtlsFilterTls found tls client hello! 293 2023/03/18 15:29:00 [Info] [357944410] app/dispatcher: sniffed domain: asdasdasdaewqtydfghink.deno.dev 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: Xtls Unpadding new block0 16 content 293 padding 841 0 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: XtlsFilterTls found tls client hello! 293 2023/03/18 15:29:00 [Info] [3648289327] app/dispatcher: sniffed domain: asdasdasdaewqtydfghink.deno.dev 2023/03/18 15:29:00 [Info] [3648289327] app/dispatcher: default route for tcp:asdasdasdaewqtydfghink.deno.dev:443 2023/03/18 15:29:00 [Info] [3648289327] proxy/freedom: opening connection to tcp:asdasdasdaewqtydfghink.deno.dev:443 2023/03/18 15:29:00 [Info] [357944410] app/dispatcher: default route for tcp:asdasdasdaewqtydfghink.deno.dev:443 2023/03/18 15:29:00 [Info] [357944410] proxy/freedom: opening connection to tcp:asdasdasdaewqtydfghink.deno.dev:443 2023/03/18 15:29:00 [2407:cdc0:a77e:799c:4f0a:2f41:1f54:f0d3]:4532 accepted tcp:34.120.54.55:443 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:29:00 [2407:cdc0:a49f:32a0:5bfc:ae7c:2b59:91c1]:4546 accepted tcp:34.120.54.55:443 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:29:00 [Info] [357944410] proxy/freedom: dialing to tcp:[2600:1901:0:6d85::]:443 2023/03/18 15:29:00 [Info] [357944410] transport/internet/tcp: dialing TCP to tcp:[2600:1901:0:6d85::]:443 2023/03/18 15:29:00 [Info] [3648289327] proxy/freedom: dialing to tcp:34.120.54.55:443 2023/03/18 15:29:00 [Info] [3648289327] transport/internet/tcp: dialing TCP to tcp:34.120.54.55:443 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: XtlsFilterTls found tls 1.3! 3173 TLS_AES_128_GCM_SHA256 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: XtlsPadding 3173 155 0 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/encoding: XtlsFilterTls found tls 1.3! 3172 TLS_AES_128_GCM_SHA256 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/encoding: XtlsPadding 3172 196 0 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: Xtls Unpadding new block0 0 content 64 padding 1089 0 2023/03/18 15:29:00 [Info] [357944410] proxy/vless/encoding: Xtls Unpadding new block0 0 content 64 padding 1069 0 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: Xtls Unpadding new block0 0 content 86 padding 1128 2 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: XtlsRead readV 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: XtlsPadding 49 1325 2 2023/03/18 15:29:00 [Info] [3648289327] proxy/vless/encoding: XtlsWrite writeV 0 1379 0 2023/03/18 15:29:00 [Info] [855638910] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > proxy/vless/inbound: failed to fallback request payload > read tcp [2a0f:9400:787c::6]:443->[2408:8456:3241:35d:f135:d77f:295:9e8c]:5654: read: connection reset by peer 2023/03/18 15:29:00 [Info] [3946778702] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > proxy/vless/inbound: failed to fallback request payload > read tcp [2a0f:9400:787c::6]:443->[2408:8456:3241:35d:f135:d77f:295:9e8c]:5679: read: connection reset by peer 2023/03/18 15:29:01 [Info] [876592508] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:29:01 [Info] [417550842] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:29:01 [Info] [1114580608] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:29:01 [Info] [2533680647] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2023/03/18 15:29:01 [Info] [4054810404] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:29:01 [Info] [3872950860] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:29:02 [Info] [1369242038] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:29:02 [Info] [1991282675] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:29:10 [Info] [1412122207] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:10 [Info] [1412122207] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:10 [Info] [1412122207] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:10 [Info] [1412122207] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:10 [Info] [2895743840] proxy/trojan: firstLen = 498 2023/03/18 15:29:10 [Info] [2895743840] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:10 [2400:cb00:583:1024::ac47:da79]:31474 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:10 [Info] [665650258] proxy/vless/inbound: firstLen = 658 2023/03/18 15:29:10 [Info] [665650258] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:10 [Info] [665650258] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:10 [Info] [665650258] proxy/vless/inbound: realAlpn = 2023/03/18 15:29:10 [Info] [665650258] proxy/vless/inbound: realPath = /wdnmd 2023/03/18 15:29:11 [Info] [1289864836] proxy/vless/inbound: firstLen = 56 2023/03/18 15:29:11 [Info] [1289864836] proxy/vless/inbound: received request for tcp:www.gstatic.com:80 2023/03/18 15:29:11 [Info] [1289864836] proxy/vless/encoding: Xtls Unpadding new block0 16 content 86 padding 116 0 2023/03/18 15:29:11 [Info] [1289864836] app/dispatcher: sniffed domain: www.gstatic.com 2023/03/18 15:29:11 [Info] [363469812] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:11 [Info] [363469812] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:11 [Info] [363469812] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:11 [Info] [363469812] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:11 [2400:cb00:582:1024::ac47:d682]:49808 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [2849384661] proxy/trojan: firstLen = 498 2023/03/18 15:29:11 [Info] [2849384661] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [1289864836] app/dispatcher: default route for tcp:www.gstatic.com:80 2023/03/18 15:29:11 [Info] [1289864836] proxy/freedom: opening connection to tcp:www.gstatic.com:80 2023/03/18 15:29:11 [2407:cdc0:a246:2c60:e088:2a9b:bf3d:765e]:5926 accepted tcp:www.gstatic.com:80 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:29:11 [Info] [568749146] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:11 [Info] [568749146] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:11 [Info] [568749146] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:11 [Info] [568749146] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:11 [2407:cdc0:a246:2c60:7244:9b0c:e093:2a1a]:5932 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [1919531856] proxy/trojan: firstLen = 33 2023/03/18 15:29:11 [Info] [1919531856] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [1289864836] proxy/freedom: dialing to tcp:74.125.200.94:80 2023/03/18 15:29:11 [Info] [1289864836] transport/internet/tcp: dialing TCP to tcp:74.125.200.94:80 2023/03/18 15:29:11 [Info] [1289864836] proxy/vless/encoding: XtlsPadding 127 152 0 2023/03/18 15:29:11 [Info] [2202078579] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:11 [Info] [2202078579] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:11 [Info] [2202078579] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:11 [Info] [2202078579] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:11 [Info] [4261097571] proxy/trojan: firstLen = 500 2023/03/18 15:29:11 [Info] [4261097571] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [2400:cb00:618:1024::a29e:ba2b]:41064 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [604354769] proxy/vless/inbound: firstLen = 56 2023/03/18 15:29:11 [Info] [604354769] proxy/vless/inbound: received request for tcp:www.gstatic.com:80 2023/03/18 15:29:11 [Info] [604354769] proxy/vless/encoding: Xtls Unpadding new block0 16 content 86 padding 99 0 2023/03/18 15:29:11 [Info] [604354769] app/dispatcher: sniffed domain: www.gstatic.com 2023/03/18 15:29:11 [Info] [4232062744] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:11 [Info] [4232062744] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:11 [Info] [4232062744] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:11 [Info] [4232062744] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:11 [2407:cdc0:a246:2c60:e19b:ce41:7c5c:ba3d]:5956 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [660949634] proxy/trojan: firstLen = 24 2023/03/18 15:29:11 [Info] [660949634] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:11 [Info] [604354769] app/dispatcher: default route for tcp:www.gstatic.com:80 2023/03/18 15:29:11 [Info] [604354769] proxy/freedom: opening connection to tcp:www.gstatic.com:80 2023/03/18 15:29:11 [2407:cdc0:a162:14a1:5f7a:a640:3cbf:8dce]:5940 accepted tcp:www.gstatic.com:80 [Vless-TCP-XTLS >> direct] email: general@vless-tcp-xtls 2023/03/18 15:29:11 [Info] [604354769] proxy/freedom: dialing to tcp:[2404:6800:4003:c00::5e]:80 2023/03/18 15:29:11 [Info] [604354769] transport/internet/tcp: dialing TCP to tcp:[2404:6800:4003:c00::5e]:80 2023/03/18 15:29:11 [Info] [604354769] proxy/vless/encoding: XtlsPadding 127 38 0 2023/03/18 15:29:12 [Info] [1412122207] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:29:12 [Info] [363469812] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:29:12 [Info] [1786456518] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:12 [Info] [1786456518] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:12 [Info] [1786456518] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:12 [Info] [1786456518] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:12 [Info] [1302079282] proxy/trojan: firstLen = 33 2023/03/18 15:29:12 [Info] [1302079282] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:12 [2409:8954:325c:53c3:abe1:2fbe:ab88:cd2]:46604 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:12 [Info] [2202078579] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2023/03/18 15:29:13 [Info] [2895743840] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:29:13 [Info] [397902167] proxy/vless/inbound: firstLen = 24 2023/03/18 15:29:13 [Info] [397902167] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:13 [Info] [397902167] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:13 [Info] [397902167] proxy/vless/inbound: realAlpn = h2 2023/03/18 15:29:13 [Info] [2849384661] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled 2023/03/18 15:29:13 [2409:8954:325c:53c3:abe1:2fbe:ab88:cd2]:46574 rejected proxy/trojan: not trojan protocol 2023/03/18 15:29:13 [Info] [3337901859] proxy/trojan: firstLen = 33 2023/03/18 15:29:13 [Info] [3337901859] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol 2023/03/18 15:29:13 [Info] [2720719180] proxy/vless/inbound: firstLen = 192 2023/03/18 15:29:13 [Info] [2720719180] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version 2023/03/18 15:29:13 [Info] [2720719180] proxy/vless/inbound: realName = sg.asadasdsadad.top 2023/03/18 15:29:13 [Info] [2720719180] proxy/vless/inbound: realAlpn = http/1.1 2023/03/18 15:29:13 [Info] [2720719180] proxy/vless/inbound: realPath = /wdnmd 2023/03/18 15:29:13 [Info] [4261097571] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled ```

singbox疑似日志

```console +0800 2023-03-18 15:26:37 INFO [1354874576] outbound/vless[mod - SGP-vision]: outbound connection to 149.154.167.91:80 +0800 2023-03-18 15:26:37 INFO [240440091] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5204 +0800 2023-03-18 15:26:37 INFO [234988030] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5205 +0800 2023-03-18 15:26:37 INFO [521497217] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5206 +0800 2023-03-18 15:26:37 INFO [1820726460] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5207 +0800 2023-03-18 15:26:37 INFO [234988030] inbound/mixed[mixed]: inbound connection to 91.108.56.133:443 +0800 2023-03-18 15:26:37 INFO [240440091] inbound/mixed[mixed]: inbound connection to 91.108.56.133:443 +0800 2023-03-18 15:26:37 INFO [1820726460] inbound/mixed[mixed]: inbound connection to [2001:b28:f23f:f005::a]:443 +0800 2023-03-18 15:26:37 INFO [521497217] inbound/mixed[mixed]: inbound connection to [2001:b28:f23f:f005::a]:443 +0800 2023-03-18 15:26:37 INFO [286882012] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5208 +0800 2023-03-18 15:26:37 INFO [3628167615] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5209 +0800 2023-03-18 15:26:37 INFO [1820726460] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [1820726460] router: match[10] ip_version=6 => block +0800 2023-03-18 15:26:37 INFO [521497217] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [521497217] router: match[10] ip_version=6 => block +0800 2023-03-18 15:26:37 INFO [1820726460] outbound/block[block]: blocked connection to [2001:b28:f23f:f005::a]:443 +0800 2023-03-18 15:26:37 INFO [521497217] outbound/block[block]: blocked connection to [2001:b28:f23f:f005::a]:443 +0800 2023-03-18 15:26:37 INFO [3628167615] inbound/mixed[mixed]: inbound connection to 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [240440091] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [240440091] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:37 DEBUG [240440091] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:37 DEBUG [240440091] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:37 INFO [234988030] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [234988030] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:37 DEBUG [234988030] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:37 DEBUG [234988030] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:37 INFO [286882012] inbound/mixed[mixed]: inbound connection to 91.108.56.133:80 +0800 2023-03-18 15:26:37 DEBUG [3628167615] router: sniffed protocol: http, domain: 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [3628167615] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [3628167615] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:37 DEBUG [3628167615] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:37 DEBUG [3628167615] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:37 DEBUG [286882012] router: sniffed protocol: http, domain: 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [286882012] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [286882012] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:37 DEBUG [286882012] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:37 DEBUG [286882012] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:37 INFO [234988030] outbound/vless[mod - SGP-vision]: outbound connection to 91.108.56.133:443 +0800 2023-03-18 15:26:37 INFO [240440091] outbound/vless[mod - SGP-vision]: outbound connection to 91.108.56.133:443 +0800 2023-03-18 15:26:37 INFO [3628167615] outbound/vless[mod - SGP-vision]: outbound connection to 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [286882012] outbound/vless[mod - SGP-vision]: outbound connection to 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [1793104509] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5214 +0800 2023-03-18 15:26:37 INFO [1719110145] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5215 +0800 2023-03-18 15:26:37 INFO [1793104509] inbound/mixed[mixed]: inbound connection to 91.108.56.133:443 +0800 2023-03-18 15:26:37 INFO [1719110145] inbound/mixed[mixed]: inbound connection to [2001:b28:f23f:f005::a]:443 +0800 2023-03-18 15:26:37 INFO [3793991210] inbound/mixed[mixed]: inbound connection from 127.0.0.1:5216 +0800 2023-03-18 15:26:37 INFO [3793991210] inbound/mixed[mixed]: inbound connection to 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [1719110145] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 INFO [1793104509] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [1719110145] router: match[10] ip_version=6 => block +0800 2023-03-18 15:26:37 DEBUG [1793104509] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:37 DEBUG [1793104509] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:37 INFO [1719110145] outbound/block[block]: blocked connection to [2001:b28:f23f:f005::a]:443 +0800 2023-03-18 15:26:37 DEBUG [1793104509] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:37 DEBUG [3793991210] router: sniffed protocol: http, domain: 91.108.56.133:80 +0800 2023-03-18 15:26:37 INFO [3793991210] router: found process path: \Device\HarddiskVolume6\64Gram Desktop\Telegram.exe +0800 2023-03-18 15:26:37 DEBUG [3793991210] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:37 DEBUG [3793991210] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:37 DEBUG [3793991210] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:37 DEBUG [2170143374] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5180: upload: EOF | download: EOF +0800 2023-03-18 15:26:37 DEBUG [1623515228] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5181: upload: EOF | download: EOF +0800 2023-03-18 15:26:38 INFO [1793104509] outbound/vless[mod - SGP-vision]: outbound connection to 91.108.56.133:443 +0800 2023-03-18 15:26:38 INFO [3793991210] outbound/vless[mod - SGP-vision]: outbound connection to 91.108.56.133:80 +0800 2023-03-18 15:26:38 DEBUG [789191509] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5199: upload: EOF | download: EOF +0800 2023-03-18 15:26:38 DEBUG [1354874576] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5201: upload: EOF | download: EOF +0800 2023-03-18 15:26:39 DEBUG [286882012] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5208: upload: EOF | download: EOF +0800 2023-03-18 15:26:39 DEBUG [3628167615] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5209: upload: EOF | download: EOF +0800 2023-03-18 15:26:39 DEBUG [3793991210] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5216: upload: EOF | download: EOF +0800 2023-03-18 15:26:39 DEBUG [1793104509] inbound/mixed[mixed]: connection closed: process connection from 127.0.0.1:5214: upload: EOF | download: EOF +0800 2023-03-18 15:26:45 INFO [2445683337] inbound/mixed[mixed6]: inbound connection from [::1]:5226 +0800 2023-03-18 15:26:45 INFO [2445683337] inbound/mixed[mixed6]: inbound connection to gist.github.com:443 +0800 2023-03-18 15:26:45 DEBUG [2445683337] router: sniffed protocol: tls, domain: gist.github.com +0800 2023-03-18 15:26:45 DEBUG [2445683337] dns: lookup domain gist.github.com +0800 2023-03-18 15:26:45 INFO [2445683337] outbound/direct[direct]: outbound connection to 1.12.12.12:443 +0800 2023-03-18 15:26:45 INFO [2445683337] outbound/direct[direct]: outbound connection to 1.12.12.12:443 +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: exchanged aaaaaaaaaaaaaaaa-rethink.deno.dev NOERROR 600 +0800 2023-03-18 15:26:46 INFO [2445683337] dns: exchanged aaaaaaaaaaaaaaaa-rethink.deno.dev A aaaaaaaaaaaaaaaa-rethink.deno.dev. 60 IN A 34.120.54.55 +0800 2023-03-18 15:26:46 INFO [2445683337] dns: exchanged aaaaaaaaaaaaaaaa-rethink.deno.dev OPT OPT PSEUDOSECTION: EDNS: version 0 flags: udp: 512 PADDING: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: exchanged aaaaaaaaaaaaaaaa-rethink.deno.dev NOERROR 600 +0800 2023-03-18 15:26:46 INFO [2445683337] dns: exchanged aaaaaaaaaaaaaaaa-rethink.deno.dev A aaaaaaaaaaaaaaaa-rethink.deno.dev. 60 IN A 34.120.54.55 +0800 2023-03-18 15:26:46 INFO [2445683337] dns: exchanged aaaaaaaaaaaaaaaa-rethink.deno.dev OPT OPT PSEUDOSECTION: EDNS: version 0 flags: udp: 512 PADDING: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: lookup domain f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: match[0] domainSuffix=[.xxxxxxxxxxxxxxxxxxxx.top .relay.xxxxxxxxxxxxxxxxxxxx.top] => proxyServerNameServer +0800 2023-03-18 15:26:46 DEBUG [2445683337] dns: lookup succeed for f339f3e7-5520-4268-8ca7-b0dcde7a402d.relay.xxxxxxxxxxxxxxxxxxxx.top: 139.226.136.165 +0800 2023-03-18 15:26:46 INFO [2445683337] outbound/vless[mod - SGP-vision]: outbound connection to 34.120.54.55:443 +0800 2023-03-18 15:26:46 INFO [2445683337] outbound/vless[mod - SGP-vision]: outbound connection to 34.120.54.55:443 ```
nekohasekai commented 1 year ago

Try https://github.com/SagerNet/sing-box/commit/b6dbb69fc4de3af787eb558715f033f7791d51e8

wsvg14 commented 1 year ago

fixed