tty / config.json
wky's picture
Create config.json
aed0ffa verified
Raw
History Blame Contribute Delete
680 Bytes
Invalid JSON:Unexpected token 'P', ..." "port": PORT, "... is not valid JSON
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": PORT,
"listen": "0.0.0.0",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "UUID",
"level": 0
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/vless"
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}