config.json 311 B

12345678910111213141516171819
  1. {
  2. "inbounds": [{
  3. "port": 9000,
  4. "protocol": "vmess",
  5. "settings": {
  6. "clients": [
  7. {
  8. "id": "1eb6e917-774b-4a84-aff6-b058577c60a5",
  9. "level": 1,
  10. "alterId": 64
  11. }
  12. ]
  13. }
  14. }],
  15. "outbounds": [{
  16. "protocol": "freedom",
  17. "settings": {}
  18. }]
  19. }