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

32 lines
388 B
Markdown
Raw Normal View History

2022-08-24 18:43:39 +08:00
`socks` 入站是一个 socks4, socks4a 和 socks5 服务器.
### 结构
```json
{
2022-08-31 12:50:26 +08:00
"type": "socks",
"tag": "socks-in",
... // 监听字段
2022-08-24 18:43:39 +08:00
2022-08-31 12:50:26 +08:00
"users": [
{
"username": "admin",
"password": "admin"
2022-08-24 18:43:39 +08:00
}
]
}
```
2022-08-31 12:50:26 +08:00
### 监听字段
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
2022-08-31 12:50:26 +08:00
### 字段
2022-08-24 18:43:39 +08:00
2022-08-31 12:50:26 +08:00
#### users
2022-08-24 18:43:39 +08:00
2022-08-31 12:50:26 +08:00
SOCKS 用户
2022-08-24 18:43:39 +08:00
2022-08-31 12:50:26 +08:00
如果为空则不需要验证。