mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
47 lines
699 B
Markdown
47 lines
699 B
Markdown
### 结构
|
|
|
|
```json
|
|
{
|
|
"type": "http",
|
|
"tag": "http-in",
|
|
|
|
... // 监听字段
|
|
|
|
"users": [
|
|
{
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
],
|
|
"tls": {},
|
|
"set_system_proxy": false
|
|
}
|
|
```
|
|
|
|
### 监听字段
|
|
|
|
参阅 [监听字段](/zh/configuration/shared/listen/)。
|
|
|
|
### 字段
|
|
|
|
#### tls
|
|
|
|
TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#inbound)。
|
|
|
|
#### users
|
|
|
|
HTTP 用户
|
|
|
|
如果为空则不需要验证。
|
|
|
|
#### set_system_proxy
|
|
|
|
!!! quote ""
|
|
|
|
仅支持 Linux、Android、Windows 和 macOS。
|
|
|
|
!!! warning ""
|
|
|
|
要在无特权的 Android 和 iOS 上工作,请改用 tun.platform.http_proxy。
|
|
|
|
启动时自动设置系统代理,停止时自动清理。 |