mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
45 lines
720 B
Markdown
45 lines
720 B
Markdown
`mixed` inbound is a socks4, socks4a, socks5 and http server.
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
|
|
... // Listen Fields
|
|
|
|
"users": [
|
|
{
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
],
|
|
"set_system_proxy": false
|
|
}
|
|
```
|
|
|
|
### Listen Fields
|
|
|
|
See [Listen Fields](/configuration/shared/listen) for details.
|
|
|
|
### Fields
|
|
|
|
#### users
|
|
|
|
SOCKS and HTTP users.
|
|
|
|
No authentication required if empty.
|
|
|
|
#### set_system_proxy
|
|
|
|
!!! error ""
|
|
|
|
Only supported on Linux, Android, Windows, and macOS.
|
|
|
|
!!! warning ""
|
|
|
|
To work on Android and iOS without privileges, use tun.platform.http_proxy instead.
|
|
|
|
Automatically set system proxy configuration when start and clean up when stop.
|