万万哇 发表于 2024-6-12 11:50:13

【Json学习】singbox设置解析

{
"inbounds": [
    {
      "type": "mixed",
      "tag": "mixed-in",
      "listen": "::",
      "listen_port": 1080,
      "sniff": true,
      "set_system_proxy": true
    }
],
"outbounds": [
    {
      "type": "shadowsocks",
      "tag": "ss-6120",
      "method": "2022-blake3-chacha20-poly1305",
      "password": "?",
      "detour": "stl-6243",
      "multiplex": {
      "enabled": true,
      "protocol": "h2mux",
      "max_connections": 1,
      "min_streams": 4,
      "padding": false
      }
    },
    {
      "type": "shadowtls",
      "tag": "stl-6243",
      "server": "??????",
      "server_port": 44550,
      "version": 3,
      "password": "?",
      "tls": {
      "enabled": true,
      "server_name": "nijigen-works.jp",
      "utls": {
          "enabled": true,
          "fingerprint": "chrome"
      }
      }
    }
]
} 您好,这是 Copilot。我可以帮您解释 sing-box 设置的寄义。
页: [1]
查看完整版本: 【Json学习】singbox设置解析