Files
sing-box-extended-mirror/docs/configuration/inbound/mixed.zh.md
T

44 lines
689 B
Markdown
Raw Normal View History

2022-08-24 18:43:39 +08:00
`mixed` 入站是一个 socks4, socks4a, socks5 和 http 服务器.
### 结构
```json
{
2022-08-31 12:50:26 +08:00
"type": "mixed",
"tag": "mixed-in",
... // 监听字段
"users": [
2022-08-24 18:43:39 +08:00
{
2022-08-31 12:50:26 +08:00
"username": "admin",
"password": "admin"
2022-08-24 18:43:39 +08:00
}
2022-08-31 12:50:26 +08:00
],
"set_system_proxy": false
2022-08-24 18:43:39 +08:00
}
```
2022-08-31 12:50:26 +08:00
### 监听字段
参阅 [监听字段](/zh/configuration/shared/listen/)。
### 字段
2022-08-24 18:43:39 +08:00
#### users
SOCKS 和 HTTP 用户
2022-08-31 12:50:26 +08:00
如果为空则不需要验证。
2022-08-24 18:43:39 +08:00
#### set_system_proxy
!!! error ""
2022-08-25 09:45:22 +08:00
仅支持 Linux、Android、Windows 和 macOS。
2022-08-24 18:43:39 +08:00
!!! warning ""
要在无特权的 Android 和 iOS 上工作,请改用 tun.platform.http_proxy。
2022-08-31 12:50:26 +08:00
启动时自动设置系统代理,停止时自动清理。