Files
SingboxForPanel/docs/configuration/inbound/socks.md
CN-JS-HuiBai 9f867b19da First Commmit
2026-04-14 22:41:14 +08:00

32 lines
392 B
Markdown

`socks` inbound is a socks4, socks4a, socks5 server.
### Structure
```json
{
"type": "socks",
"tag": "socks-in",
... // Listen Fields
"users": [
{
"username": "admin",
"password": "admin"
}
]
}
```
### Listen Fields
See [Listen Fields](/configuration/shared/listen/) for details.
### Fields
#### users
SOCKS users.
No authentication required if empty.