Spaces:
Running
Running
| { | |
| "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": {} | |
| } | |
| ] | |
| } |