mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
25 lines
381 B
JSON
25 lines
381 B
JSON
{
|
|
"log": {
|
|
"loglevel": "debug"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 1234,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"decryption": "none",
|
|
"clients": [
|
|
{
|
|
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
} |