github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/inbound/mixed.zh.md (about)

     1  `mixed` 入站是一个 socks4, socks4a, socks5 和 http 服务器.
     2  
     3  ### 结构
     4  
     5  ```json
     6  {
     7    "type": "mixed",
     8    "tag": "mixed-in",
     9  
    10    ... // 监听字段
    11  
    12    "users": [
    13      {
    14        "username": "admin",
    15        "password": "admin"
    16      }
    17    ],
    18    "set_system_proxy": false
    19  }
    20  ```
    21  
    22  ### 监听字段
    23  
    24  参阅 [监听字段](/zh/configuration/shared/listen/)。
    25  
    26  ### 字段
    27  
    28  #### users
    29  
    30  SOCKS 和 HTTP 用户
    31  
    32  如果为空则不需要验证。
    33  
    34  #### set_system_proxy
    35  
    36  !!! error ""
    37  
    38      仅支持 Linux、Android、Windows 和 macOS。
    39  
    40  !!! warning ""
    41  
    42      要在无特权的 Android 和 iOS 上工作,请改用 tun.platform.http_proxy。
    43  
    44  启动时自动设置系统代理,停止时自动清理。