Files
SingboxForPanel/test/config/vless-server.json
CN-JS-HuiBai 9f867b19da First Commmit
2026-04-14 22:41:14 +08:00

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"
}
]
}