vmess.json 548 B

123456789101112131415161718192021222324252627
  1. {
  2. "inbounds": [
  3. {
  4. "port": 10002,
  5. "listen": "0.0.0.0",
  6. "protocol": "vmess",
  7. "settings": {
  8. "clients": [
  9. {
  10. "id": "b831381d-6324-4d53-ad4f-8cda48b30811"
  11. }
  12. ]
  13. },
  14. "streamSettings": {
  15. "network": "tcp"
  16. }
  17. }
  18. ],
  19. "outbounds": [
  20. {
  21. "protocol": "freedom"
  22. }
  23. ],
  24. "log": {
  25. "loglevel": "debug"
  26. }
  27. }