sing-box/docs/configuration/outbound/http.zh.md
2022-08-31 13:42:30 +08:00

49 lines
594 B
Markdown

`http` 出站是一个 HTTP CONNECT 代理客户端
### 结构
```json
{
"type": "http",
"tag": "http-out",
"server": "127.0.0.1",
"server_port": 1080,
"username": "sekai",
"password": "admin",
"tls": {},
... // 拨号字段
}
```
### 字段
#### server
==必填==
服务器地址。
#### server_port
==必填==
服务器端口。
#### username
Basic 认证用户名。
#### password
Basic 认证密码。
#### tls
TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#outbound)。
### 拨号字段
参阅 [拨号字段](/zh/configuration/shared/dial/)。