Spaces:
Runtime error

xray / config.json
hjm1a's picture
Update config.json
53bff2b verified
raw
history blame
No virus
449 Bytes
{
"inbounds": [
{
"port": 9000, // 服务器监听端口
"protocol": "vmess", // 主传入协议
"settings": {
"clients": [
{
"id": "b831381d-6324-4d53-ad4f-8cda48b30811", // 用户 ID,客户端与服务器必须相同
"alterId": 0
}
]
}
}
],
"outbounds": [
{
"protocol": "freedom", // 主传出协议
"settings": {}
}
]
}