helm/vless/config.json

31 lines
680 B
JSON
Raw Normal View History

2023-06-08 14:13:27 +00:00
{
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"protocol": "freedom"
}
],
"inbounds": [
{
"port": 8080,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "3883e684-6971-11ed-a53b-f388e0649c3d"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"path": "/KnockOut"
}
}
}
]
}