mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
392 B
392 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.