cat > /usr/local/etc/xray/config.json << 'EOF' { "log": { "loglevel": "warning" }, "inbounds": [ { "port": 10000, "listen": "127.0.0.1", "protocol": "vmess", "settings": { "clients": [ { "id": "295810b6-2e25-454f-8302-932de8c3eba7", "alterId": 0 } ] }, "streamSettings": { "network": "ws", "wsSettings": { "path": "/rocketpath" } } } ], "outbounds": [ { "protocol": "freedom", "settings": {} } ] } EOF