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

Connections do not display when using sing-box #1226

Open
ashton2914 opened this issue Dec 10, 2024 · 0 comments
Open

Connections do not display when using sing-box #1226

ashton2914 opened this issue Dec 10, 2024 · 0 comments

Comments

@ashton2914
Copy link

This issue occurs only when sing-box is configured with inbound connections only (it works normally if routes and outbound are included). The problem is specific to MetaCubeXD:

  • Yacd-meta: Connections are displayed normally.
  • MetaCubeXD: No connections are displayed.
    Other functionalities work normally except for the connection display. Additionally, I can see the source IP filter correctly matching my actual connected IP, but no connections are listed below it.
Screenshot 2024-12-10 at 9 58 15 PM

sing-box config:

{
  "inbounds": [
    {
      "type": "shadowsocks",
      "tag": "shadowsocks-in",
      "listen": "0.0.0.0",
      "listen_port": 20001,
      "method": "2022-blake3-aes-128-gcm",
      "password": "xxxxxx",
      "users": [
        {
          "name": "xxx",
          "password": "xxxxxx"
        }
      ],
      "multiplex": {
        "enabled": true
      }
    }
  ],
  "experimental": {
    "clash_api": {
      "external_controller": "127.0.0.1:20000",
      "secret": "xxxxxxx"
    }
  }
}
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

1 participant