vmess-client.json 653 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "log": {
  3. "loglevel": "debug"
  4. },
  5. "inbounds": [
  6. {
  7. "listen": "127.0.0.1",
  8. "port": "1080",
  9. "protocol": "socks",
  10. "settings": {
  11. "auth": "noauth",
  12. "udp": true,
  13. "ip": "127.0.0.1"
  14. }
  15. }
  16. ],
  17. "outbounds": [
  18. {
  19. "protocol": "vmess",
  20. "settings": {
  21. "vnext": [
  22. {
  23. "address": "127.0.0.1",
  24. "port": 1234,
  25. "users": [
  26. {
  27. "id": "",
  28. "alterId": 0,
  29. "security": "none",
  30. "experiments": ""
  31. }
  32. ]
  33. }
  34. ]
  35. }
  36. }
  37. ]
  38. }