First Commmit
This commit is contained in:
31
docs/configuration/inbound/socks.zh.md
Normal file
31
docs/configuration/inbound/socks.zh.md
Normal file
@@ -0,0 +1,31 @@
|
||||
`socks` 入站是一个 socks4, socks4a 和 socks5 服务器.
|
||||
|
||||
### 结构
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "socks",
|
||||
"tag": "socks-in",
|
||||
|
||||
... // 监听字段
|
||||
|
||||
"users": [
|
||||
{
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
### 监听字段
|
||||
|
||||
参阅 [监听字段](/zh/configuration/shared/listen/)。
|
||||
|
||||
### 字段
|
||||
|
||||
#### users
|
||||
|
||||
SOCKS 用户
|
||||
|
||||
如果为空则不需要验证。
|
||||
Reference in New Issue
Block a user