MagicQuill-Personal / config.template.json
themtj's picture
Update config.template.json
cf81e38 verified
Raw
History Blame
902 Bytes
{
"log": {
"loglevel": "none"
},
"inbounds": [
{
"port": 7860,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "$UUID1",
"level": 0,
"email": "test@hf.space"
},
{
"id": "$UUID2",
"level": 0,
"email": "device2@hf.space"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "$SECRET_ROUTE"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}