mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
41 lines
701 B
JSON
41 lines
701 B
JSON
|
{
|
||
|
"log": {
|
||
|
"loglevel": "debug"
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"listen": "127.0.0.1",
|
||
|
"port": "1080",
|
||
|
"protocol": "socks",
|
||
|
"settings": {
|
||
|
"auth": "noauth",
|
||
|
"udp": true,
|
||
|
"ip": "127.0.0.1"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"vnext": [
|
||
|
{
|
||
|
"address": "127.0.0.1",
|
||
|
"port": 1234,
|
||
|
"users": [
|
||
|
{
|
||
|
"id": "",
|
||
|
"alterId": 0,
|
||
|
"security": "none",
|
||
|
"experiments": ""
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"mux": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|