Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

多路复用无法连接远程dns #1700

Open
4 of 5 tasks
chowyuan1314 opened this issue Apr 22, 2024 · 1 comment
Open
4 of 5 tasks

多路复用无法连接远程dns #1700

chowyuan1314 opened this issue Apr 22, 2024 · 1 comment

Comments

@chowyuan1314
Copy link

操作系统

Windows

系统版本

Windows 11 专业版 22H2

安装类型

sing-box 原始命令行程序

如果您使用图形客户端程序,请提供该程序版本。

No response

版本

sing-box version 1.8.11

Environment: go1.22.2 windows/amd64
Tags: with_gvisor,with_quic,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_clash_api
Revision: 70381e93c824d385c931c5d6853dcf07f7d9e3ad
CGO: disabled

描述

DNS服务器使用域名格式的DOH(如:https://dns.alidns.com/dns-query),且这个DNS走远程连接,启用多路复用后,远程DNS无法解析域名。当把DOH地址改为IP格式(如:https://223.5.5.5/dns-query),则可正常解析。

重现方式

本地使用以下配置文件:

{
    "log": {
        "level": "debug",
        "output": "box.log",
        "timestamp": true
    },
    "dns": {
        "servers": [
            {
                "address": "https://dns.alidns.com/dns-query",
                "address_resolver": "alidns",
                "detour": "ss-out"
            },
            {
                "address": "223.5.5.5",
                "tag": "alidns",
                "detour": "direct-out"
            }
        ]
    },
    "inbounds": [
        {
            "type": "mixed",
            "tag": "mixed-in",
            "listen": "127.0.0.1",
            "listen_port": 7001
        },
        {
            "type": "shadowsocks",
            "listen": "127.0.0.1",
            "listen_port": 8080,
            "method": "2022-blake3-aes-128-gcm",
            "password": "8JCsPssfgS8tiRwiMlhARg==",
            "multiplex": {
                "enabled": true
            }
        }
    ],
    "outbounds": [
        {
            "type": "direct",
            "tag": "direct-out"
        },
        {
            "type": "dns",
            "tag": "dns-out"
        },
        {
            "type": "shadowsocks",
            "tag": "ss-out",
            "server": "127.0.0.1",
            "server_port": 8080,
            "method": "2022-blake3-aes-128-gcm",
            "password": "8JCsPssfgS8tiRwiMlhARg==",
            "multiplex": {
                "enabled": true
            }
        }
    ],
    "route": {
        "rules": [
            {
                "inbound": "mixed-in",
                "outbound": "ss-out"
            }
        ]
    }
}

运行sing-gox run后即可复现。

日志

+0800 2024-04-22 17:25:23 INFO router: updated default interface WLAN 2, index 17
+0800 2024-04-22 17:25:23 INFO inbound/mixed[mixed-in]: tcp server started at 127.0.0.1:7001
+0800 2024-04-22 17:25:23 INFO inbound/shadowsocks[1]: tcp server started at 127.0.0.1:8080
+0800 2024-04-22 17:25:23 INFO inbound/shadowsocks[1]: udp server started at 127.0.0.1:8080
+0800 2024-04-22 17:25:23 INFO sing-box started (0.00s)
+0800 2024-04-22 17:25:30 INFO [3805375157 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51568
+0800 2024-04-22 17:25:30 INFO [3805375157 1ms] inbound/mixed[mixed-in]: inbound connection to ntp.msn.cn:443
+0800 2024-04-22 17:25:30 DEBUG [3805375157 1ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [3805375157 1ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to ntp.msn.cn:443
+0800 2024-04-22 17:25:30 INFO [1738606871 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51571
+0800 2024-04-22 17:25:30 INFO [1738606871 0ms] inbound/mixed[mixed-in]: inbound connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 DEBUG [1738606871 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [1738606871 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 INFO [3195890732 0ms] inbound/shadowsocks[1]: inbound connection from 127.0.0.1:51572
+0800 2024-04-22 17:25:30 INFO [4290081389 0ms] inbound/shadowsocks[1]: inbound connection to sp.mux.sing-box.arpa:444
+0800 2024-04-22 17:25:30 INFO [2985904019 0ms] inbound/shadowsocks[1]: inbound multiplex connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 INFO [2985904019 0ms] outbound/direct[direct-out]: outbound connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 DEBUG [2985904019 0ms] dns: lookup domain edge.microsoft.com
+0800 2024-04-22 17:25:30 INFO outbound/direct[direct-out]: outbound packet connection to 223.5.5.5:53
+0800 2024-04-22 17:25:30 DEBUG dns: exchanged dns.alidns.com NOERROR 2451
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com A dns.alidns.com. 2451 IN A 223.5.5.5
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com A dns.alidns.com. 2451 IN A 223.6.6.6
+0800 2024-04-22 17:25:30 DEBUG dns: exchanged dns.alidns.com NOERROR 2451
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com A dns.alidns.com. 2451 IN A 223.6.6.6
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com A dns.alidns.com. 2451 IN A 223.5.5.5
+0800 2024-04-22 17:25:30 DEBUG dns: exchanged dns.alidns.com NOERROR 2168
+0800 2024-04-22 17:25:30 DEBUG dns: exchanged dns.alidns.com NOERROR 2168
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com AAAA dns.alidns.com. 2168 IN AAAA 2400:3200:baba::1
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com AAAA dns.alidns.com. 2168 IN AAAA 2400:3200::1
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com AAAA dns.alidns.com. 2168 IN AAAA 2400:3200::1
+0800 2024-04-22 17:25:30 INFO dns: exchanged dns.alidns.com AAAA dns.alidns.com. 2168 IN AAAA 2400:3200:baba::1
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.5.5.5:443
+0800 2024-04-22 17:25:30 INFO [3569506182 0ms] inbound/shadowsocks[1]: inbound connection from 127.0.0.1:51573
+0800 2024-04-22 17:25:30 DEBUG [2985904019 25ms] dns: lookup failed for edge.microsoft.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 ERROR [3345404726 25ms] inbound/shadowsocks[1]: handle connection: read multiplex stream request: use of closed network connection
+0800 2024-04-22 17:25:30 INFO [1285664871 0ms] inbound/shadowsocks[1]: inbound connection to sp.mux.sing-box.arpa:444
+0800 2024-04-22 17:25:30 DEBUG [1738606871 30ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51571: download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51571: use of closed network connection
+0800 2024-04-22 17:25:30 INFO [654101994 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51576
+0800 2024-04-22 17:25:30 INFO [654101994 0ms] inbound/mixed[mixed-in]: inbound connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 DEBUG [654101994 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [654101994 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 INFO [1103388887 0ms] inbound/shadowsocks[1]: inbound multiplex connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 INFO [1103388887 0ms] outbound/direct[direct-out]: outbound connection to edge.microsoft.com:443
+0800 2024-04-22 17:25:30 DEBUG [1103388887 0ms] dns: lookup domain edge.microsoft.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO [3454627413 0ms] inbound/shadowsocks[1]: inbound connection from 127.0.0.1:51577
+0800 2024-04-22 17:25:30 DEBUG [1103388887 1ms] dns: lookup failed for edge.microsoft.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 INFO [642279335 0ms] inbound/shadowsocks[1]: inbound connection to sp.mux.sing-box.arpa:444
+0800 2024-04-22 17:25:30 DEBUG [654101994 2ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51576: download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51576: use of closed network connection
+0800 2024-04-22 17:25:30 INFO [2969811136 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51580
+0800 2024-04-22 17:25:30 INFO [2969811136 0ms] inbound/mixed[mixed-in]: inbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [2969811136 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [2969811136 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [780539621 0ms] inbound/shadowsocks[1]: inbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [780539621 0ms] outbound/direct[direct-out]: outbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [780539621 0ms] dns: lookup domain business.bing.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 DEBUG [780539621 1ms] dns: lookup failed for business.bing.com: exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 ERROR [1881117981 0ms] inbound/shadowsocks[1]: handle connection: read multiplex stream request: use of closed network connection
+0800 2024-04-22 17:25:30 DEBUG [2969811136 1ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51580: download: remote error: exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51580: use of closed network connection
+0800 2024-04-22 17:25:30 INFO [512544475 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51583
+0800 2024-04-22 17:25:30 INFO [512544475 0ms] inbound/mixed[mixed-in]: inbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [512544475 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [512544475 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [631264 1ms] inbound/shadowsocks[1]: inbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [631264 1ms] outbound/direct[direct-out]: outbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [631264 1ms] dns: lookup domain business.bing.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 DEBUG [631264 2ms] dns: lookup failed for business.bing.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 DEBUG [512544475 2ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51583: upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51583: use of closed network connection | download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 INFO [721240770 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51586
+0800 2024-04-22 17:25:30 INFO [721240770 0ms] inbound/mixed[mixed-in]: inbound connection to www.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [721240770 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [721240770 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to www.bing.com:443
+0800 2024-04-22 17:25:30 INFO [2919810875 0ms] inbound/shadowsocks[1]: inbound multiplex connection to www.bing.com:443
+0800 2024-04-22 17:25:30 INFO [2919810875 0ms] outbound/direct[direct-out]: outbound connection to www.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [2919810875 0ms] dns: lookup domain www.bing.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 DEBUG [2919810875 0ms] dns: lookup failed for www.bing.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 INFO [3723946479 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51589
+0800 2024-04-22 17:25:30 INFO [3723946479 0ms] inbound/mixed[mixed-in]: inbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [3723946479 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [3723946479 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [20606276 0ms] inbound/shadowsocks[1]: inbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [20606276 1ms] outbound/direct[direct-out]: outbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [20606276 1ms] dns: lookup domain business.bing.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 DEBUG [20606276 1ms] dns: lookup failed for business.bing.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 DEBUG [3723946479 2ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51589: download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51589: use of closed network connection
+0800 2024-04-22 17:25:30 INFO [3192136929 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51592
+0800 2024-04-22 17:25:30 DEBUG [721240770 3ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51586: download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51586: use of closed network connection
+0800 2024-04-22 17:25:30 INFO [3192136929 0ms] inbound/mixed[mixed-in]: inbound connection to www.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [3192136929 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [3192136929 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to www.bing.com:443
+0800 2024-04-22 17:25:30 INFO [4203389369 0ms] inbound/shadowsocks[1]: inbound multiplex connection to www.bing.com:443
+0800 2024-04-22 17:25:30 INFO [4203389369 0ms] outbound/direct[direct-out]: outbound connection to www.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [4203389369 0ms] dns: lookup domain www.bing.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 DEBUG [4203389369 0ms] dns: lookup failed for www.bing.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 INFO [180680171 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51595
+0800 2024-04-22 17:25:30 INFO [180680171 0ms] inbound/mixed[mixed-in]: inbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [3192136929 1ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51592: upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51592: use of closed network connection | download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 DEBUG [180680171 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:30 INFO [180680171 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [2737428933 0ms] inbound/shadowsocks[1]: inbound multiplex connection to business.bing.com:443
+0800 2024-04-22 17:25:30 INFO [2737428933 0ms] outbound/direct[direct-out]: outbound connection to business.bing.com:443
+0800 2024-04-22 17:25:30 DEBUG [2737428933 0ms] dns: lookup domain business.bing.com
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:30 DEBUG [2737428933 0ms] dns: lookup failed for business.bing.com: exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:30 DEBUG [180680171 22ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51595: upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51595: use of closed network connection | download: remote error: exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:35 INFO [3559190643 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51639
+0800 2024-04-22 17:25:35 INFO [3559190643 0ms] inbound/mixed[mixed-in]: inbound connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 DEBUG [3559190643 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:35 INFO [3559190643 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 INFO [303480636 0ms] inbound/shadowsocks[1]: inbound multiplex connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 INFO [303480636 0ms] outbound/direct[direct-out]: outbound connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 DEBUG [303480636 0ms] dns: lookup domain cn.bing.com
+0800 2024-04-22 17:25:35 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:35 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:35 DEBUG [303480636 1ms] dns: lookup failed for cn.bing.com: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:35 DEBUG [3559190643 1ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51639: upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51639: use of closed network connection | download: remote error: exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:35 INFO [3759626504 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:51642
+0800 2024-04-22 17:25:35 INFO [3759626504 0ms] inbound/mixed[mixed-in]: inbound connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 DEBUG [3759626504 0ms] router: match[0] inbound=mixed-in => ss-out
+0800 2024-04-22 17:25:35 INFO [3759626504 0ms] outbound/shadowsocks[ss-out]: outbound multiplex connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 INFO [1260276328 0ms] inbound/shadowsocks[1]: inbound multiplex connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 INFO [1260276328 0ms] outbound/direct[direct-out]: outbound connection to cn.bing.com:443
+0800 2024-04-22 17:25:35 DEBUG [1260276328 0ms] dns: lookup domain cn.bing.com
+0800 2024-04-22 17:25:35 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:35 INFO outbound/shadowsocks[ss-out]: outbound multiplex connection to 223.6.6.6:443
+0800 2024-04-22 17:25:35 DEBUG [1260276328 1ms] dns: lookup failed for cn.bing.com: exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe
+0800 2024-04-22 17:25:35 DEBUG [3759626504 4ms] inbound/mixed[mixed-in]: connection closed: process connection from 127.0.0.1:51642: download: remote error: exchange6: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | exchange4: Post "https://dns.alidns.com/dns-query": io: read/write on closed pipe | upload: raw-read tcp 127.0.0.1:7001->127.0.0.1:51642: use of closed network connection

支持我们

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。
@dyhkwong
Copy link
Contributor

此问题在 sing-mux v0.2.0 中可复现,但在 SagerNet/sing-mux@9bfb336 中已无法复现,应当已被此 commit 修复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants