vmess-http.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "tcpSettings": {
  17. "header": {
  18. "type": "http",
  19. "response": {
  20. "version": "1.1",
  21. "status": "200",
  22. "reason": "OK",
  23. "headers": {
  24. "Content-Type": [
  25. "application/octet-stream",
  26. "video/mpeg",
  27. "application/x-msdownload",
  28. "text/html",
  29. "application/x-shockwave-flash"
  30. ],
  31. "Transfer-Encoding": [
  32. "chunked"
  33. ],
  34. "Connection": [
  35. "keep-alive"
  36. ],
  37. "Pragma": "no-cache"
  38. }
  39. }
  40. }
  41. },
  42. "security": "none"
  43. }
  44. }
  45. ],
  46. "outbounds": [
  47. {
  48. "protocol": "freedom"
  49. }
  50. ],
  51. "log": {
  52. "loglevel": "debug"
  53. }
  54. }