SagerNet / sing-box

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

QQ音乐导致VPN断开。 #1858

Closed yanhao98 closed 2 weeks ago

yanhao98 commented 2 weeks ago

操作系统

iOS

系统版本

iOS 17.5.1(21F90)

安装类型

sing-box for iOS 图形客户端程序

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

1.9.3

版本

No response

描述

使用QQ音乐听歌听一会就会导致VPN断开。 平常不使用QQ音乐的情况不会出现这个情况。 下面给出的配置是我去掉了代理 outbound 的配置,因为直连就会出现问题。

重现方式

iOS客户端的 Settings 界面都点击了 Reset 使用的是默认设置。 录屏测试前我将QQ音乐也进行了卸载重新安装。 下面的两个视频最后都能看到手机状态栏的VPN没了。

客户端配置文件。

{
  "log": {
    "level": "debug",
    "timestamp": true
  },
  "experimental": {
    "clash_api": {
      "external_controller": "127.0.0.1:9090",
      "default_mode": "🔌 直连"
    }
  },
  "outbounds": [
    {
      "tag": "🔗 不代理",
      "type": "direct"
    },
    {
      "tag": "🧩 DNS解析",
      "type": "dns"
    }
  ],
  "inbounds": [
    {
      "type": "tun",
      "tag": "🚇 tun-in",
      "inet4_address": "172.19.0.1/30",
      "auto_route": true,
      "strict_route": true,
      "stack": "gvisor",
      "sniff": true
    }
  ],
  "route": {
    "auto_detect_interface": true,
    "rules": [
      {
        "port": 53,
        "outbound": "🧩 DNS解析"
      },
      {
        "protocol": "dns",
        "outbound": "🧩 DNS解析"
      },
      {
        "ip_is_private": true,
        "outbound": "🔗 不代理"
      },
      {
        "clash_mode": "🔌 直连",
        "outbound": "🔗 不代理"
      }
    ],
    "final": "🔗 不代理"
  },
  "dns": {
    "strategy": "ipv4_only",
    "final": "🧩 dns-local",
    "servers": [
      {
        "tag": "🧩 dns-local",
        "address": "https://223.5.5.5/dns-query",
        "detour": "🔗 不代理"
      }
    ],
    "rules": [
      {
        "outbound": "any",
        "server": "🧩 dns-local"
      },
      {
        "clash_mode": "🔌 直连",
        "server": "🧩 dns-local"
      }
    ]
  }
}

第一次复现的完整录屏:

https://github.com/SagerNet/sing-box/assets/37316281/6176a5af-b6cb-457b-aa15-8f3fce73be76

第一次复现断开后的日志截图:

IMG_2511

第二次复现的完整录屏: 第二次录屏是录屏的sing-box的日志界面。视频过大了,裁剪了最后的30秒。

https://github.com/SagerNet/sing-box/assets/37316281/cd44a520-ba9b-47d7-a104-810ab32357d8

日志

Service Log 没有内容显示:Empty content,
如果需要提供更多信息,请指导我如何提供“”

支持我们

完整性要求