httpupgrade_earlydataShortEarlyData_client.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "log": {
  3. "error": {
  4. "level": "Debug",
  5. "type": "Console"
  6. },
  7. "access": {
  8. "type": "None"
  9. }
  10. },
  11. "outbounds": [
  12. {
  13. "protocol": "vmess",
  14. "settings": {
  15. "address": "127.0.0.1",
  16. "port": 17793,
  17. "uuid": "bcc71618-e552-42c2-a2a3-d4c17a9df764"
  18. },
  19. "streamSettings": {
  20. "transport": "httpupgrade",
  21. "transportSettings": {
  22. "path": "b66efc0c7752",
  23. "maxEarlyData": 32,
  24. "earlyDataHeaderName": "Sec-Websocket-Key"
  25. },
  26. "security": "tls",
  27. "securitySettings": {
  28. "pinnedPeerCertificateChainSha256": [
  29. "kqHyvea27Pn+JiSqA72lhu9IKAKeGR+3yCyA8JR1mug="
  30. ],
  31. "allowInsecureIfPinnedPeerCertificate": true
  32. }
  33. }
  34. }
  35. ],
  36. "inbounds": [
  37. {
  38. "protocol": "socks",
  39. "settings": {
  40. "udpEnabled": false,
  41. "address": "127.0.0.1",
  42. "packetEncoding": "Packet"
  43. },
  44. "port": 17794,
  45. "listen": "127.0.0.1"
  46. }
  47. ]
  48. }