vmess-http2.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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": "http",
  16. "security": "tls",
  17. "tlsSettings": {
  18. "certificates": [
  19. {
  20. "certificateFile": "/etc/ssl/v2ray/fullchain.pem",
  21. "keyFile": "/etc/ssl/v2ray/privkey.pem"
  22. }
  23. ]
  24. },
  25. "httpSettings": {
  26. "host": [
  27. "example.org"
  28. ],
  29. "path": "/test"
  30. }
  31. }
  32. }
  33. ],
  34. "outbounds": [
  35. {
  36. "protocol": "freedom"
  37. }
  38. ],
  39. "log": {
  40. "loglevel": "debug"
  41. }
  42. }