config.json 476 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "inbounds": [
  3. {
  4. "listen": "0.0.0.0",
  5. "port": 19090,
  6. "protocol": "vmess",
  7. "settings": {
  8. "clients": [
  9. {
  10. "id": "f39bdcd6-6fd8-4675-8716-d89dda4ca8f8",
  11. "alterId": 0
  12. }
  13. ]
  14. },
  15. "streamSettings": {
  16. "network": "ws",
  17. "wsSettings": {
  18. "path": "/"
  19. }
  20. }
  21. }
  22. ],
  23. "outbounds": [
  24. {
  25. "protocol": "freedom",
  26. "settings": {}
  27. }
  28. ]
  29. }