httpupgrade_client.json 953 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. },
  24. "security": "tls",
  25. "securitySettings": {
  26. "pinnedPeerCertificateChainSha256": [
  27. "kqHyvea27Pn+JiSqA72lhu9IKAKeGR+3yCyA8JR1mug="
  28. ],
  29. "allowInsecureIfPinnedPeerCertificate": true
  30. }
  31. }
  32. }
  33. ],
  34. "inbounds": [
  35. {
  36. "protocol": "socks",
  37. "settings": {
  38. "udpEnabled": false,
  39. "address": "127.0.0.1",
  40. "packetEncoding": "Packet"
  41. },
  42. "port": 17794,
  43. "listen": "127.0.0.1"
  44. }
  45. ]
  46. }