sing-box/docs/configuration/inbound/socks.zh.md

32 lines
388 B
Markdown
Raw Normal View History

`socks` 入站是一个 socks4, socks4a 和 socks5 服务器.
### 结构
```json
{
2022-08-31 04:50:26 +00:00
"type": "socks",
"tag": "socks-in",
... // 监听字段
2022-08-31 04:50:26 +00:00
"users": [
{
"username": "admin",
"password": "admin"
}
]
}
```
2022-08-31 04:50:26 +00:00
### 监听字段
2022-08-31 04:50:26 +00:00
参阅 [监听字段](/zh/configuration/shared/listen/)。
2022-08-31 04:50:26 +00:00
### 字段
2022-08-31 04:50:26 +00:00
#### users
2022-08-31 04:50:26 +00:00
SOCKS 用户
2022-08-31 04:50:26 +00:00
如果为空则不需要验证。