inbound-form-blocks.test.tsx.snap 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
  2. exports[`inbound security forms > RealityForm field structure is stable 1`] = `
  3. [
  4. "Show",
  5. "Xver",
  6. "uTLS",
  7. "Target",
  8. "SNI",
  9. "Max Time Diff (ms)",
  10. "Min Client Ver",
  11. "Max Client Ver",
  12. "Short IDs",
  13. "SpiderX",
  14. "Public Key",
  15. "Private Key",
  16. "mldsa65 Seed",
  17. "mldsa65 Verify",
  18. "Master Key Log",
  19. ]
  20. `;
  21. exports[`inbound security forms > TlsForm field structure is stable 1`] = `
  22. [
  23. "SNI",
  24. "Cipher Suites",
  25. "Min/Max Version",
  26. "uTLS",
  27. "ALPN",
  28. "Curve Preferences",
  29. "Reject Unknown SNI",
  30. "Disable System Root",
  31. "Session Resumption",
  32. "Digital Certificate",
  33. "Master Key Log",
  34. "ECH Sockopt",
  35. "ECH key",
  36. "ECH config",
  37. "Pinned Peer Cert SHA-256",
  38. "Verify Peer Cert By Name",
  39. ]
  40. `;
  41. exports[`inbound transport forms > GrpcForm field structure is stable 1`] = `
  42. [
  43. "Service Name",
  44. "Authority",
  45. "Multi Mode",
  46. ]
  47. `;
  48. exports[`inbound transport forms > HttpUpgradeForm field structure is stable 1`] = `
  49. [
  50. "Proxy Protocol",
  51. "Host",
  52. "Path",
  53. "Headers",
  54. ]
  55. `;
  56. exports[`inbound transport forms > KcpForm field structure is stable 1`] = `
  57. [
  58. "MTU",
  59. "TTI (ms)",
  60. "Uplink (MB/s)",
  61. "Downlink (MB/s)",
  62. "CWND Multiplier",
  63. "Max Sending Window",
  64. ]
  65. `;
  66. exports[`inbound transport forms > RawForm field structure is stable 1`] = `
  67. [
  68. "Proxy Protocol",
  69. "HTTP Obfuscation",
  70. ]
  71. `;
  72. exports[`inbound transport forms > SockoptForm field structure is stable (server-side fields only) 1`] = `
  73. [
  74. "Sockopt",
  75. "Real client IP",
  76. "Route Mark",
  77. "TCP Keep Alive Interval",
  78. "TCP Keep Alive Idle",
  79. "TCP Max Seg",
  80. "TCP User Timeout",
  81. "TCP Window Clamp",
  82. "Proxy Protocol",
  83. "TCP Fast Open",
  84. "Penetrate",
  85. "V6 Only",
  86. "TCP Congestion",
  87. "TProxy",
  88. "Trusted X-Forwarded-For",
  89. "Custom sockopt",
  90. ]
  91. `;
  92. exports[`inbound transport forms > WsForm field structure is stable 1`] = `
  93. [
  94. "Proxy Protocol",
  95. "Host",
  96. "Path",
  97. "Heartbeat Period",
  98. "Headers",
  99. ]
  100. `;
  101. exports[`inbound transport forms > XhttpForm field structure is stable 1`] = `
  102. [
  103. "Host",
  104. "Path",
  105. "Mode",
  106. "Server Max Header Bytes",
  107. "Padding Bytes",
  108. "Headers",
  109. "Uplink HTTP Method",
  110. "Padding Obfs Mode",
  111. "Session Placement",
  112. "Session ID Table",
  113. "Sequence Placement",
  114. "No SSE Header",
  115. "XMUX",
  116. ]
  117. `;