CoolFace
Apppublic

Sabalan/WeTwoRey

sourceHugging Faceopenrailupdated 1y agoView on Hugging Face
0likes
config.json25 linesDownload Raw Back to root
1{2  "log": {3    "loglevel": "warning"4  },5  "inbounds": [{6    "port": 7860,7    "protocol": "vmess",8    "settings": {9      "clients": [{10        "id": "4c1714d8-2565-4c7c-8235-9fa5070c1776",11        "alterId": 012      }]13    },14    "streamSettings": {15      "network": "ws",16      "wsSettings": {17        "path": "/vmess"18      }19    }20  }],21  "outbounds": [{22    "protocol": "freedom",23    "settings": {}24  }]25}