mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
391 B
391 B
socks inbound is a socks4, socks4a, socks5 server.
Structure
{
"type": "socks",
"tag": "socks-in",
... // Listen Fields
"users": [
{
"username": "admin",
"password": "admin"
}
]
}
Listen Fields
See Listen Fields for details.
Fields
users
SOCKS users.
No authentication required if empty.