config / config.json
Abdo-1's picture
Update config.json
03e4105 verified
Raw
History Blame Contribute Delete
523 Bytes
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": 7860,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "88888888-4444-4444-4444-121212121212",
"level": 0
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/vless"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}