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