| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
- exports[`inbound security forms > RealityForm field structure is stable 1`] = `
- [
- "Show",
- "Xver",
- "uTLS",
- "Target",
- "SNI",
- "Max Time Diff (ms)",
- "Min Client Ver",
- "Max Client Ver",
- "Short IDs",
- "SpiderX",
- "Public Key",
- "Private Key",
- "mldsa65 Seed",
- "mldsa65 Verify",
- "Master Key Log",
- ]
- `;
- exports[`inbound security forms > TlsForm field structure is stable 1`] = `
- [
- "SNI",
- "Cipher Suites",
- "Min/Max Version",
- "uTLS",
- "ALPN",
- "Curve Preferences",
- "Reject Unknown SNI",
- "Disable System Root",
- "Session Resumption",
- "Digital Certificate",
- "Master Key Log",
- "ECH Sockopt",
- "ECH key",
- "ECH config",
- "Pinned Peer Cert SHA-256",
- "Verify Peer Cert By Name",
- ]
- `;
- exports[`inbound transport forms > GrpcForm field structure is stable 1`] = `
- [
- "Service Name",
- "Authority",
- "Multi Mode",
- ]
- `;
- exports[`inbound transport forms > HttpUpgradeForm field structure is stable 1`] = `
- [
- "Proxy Protocol",
- "Host",
- "Path",
- "Headers",
- ]
- `;
- exports[`inbound transport forms > KcpForm field structure is stable 1`] = `
- [
- "MTU",
- "TTI (ms)",
- "Uplink (MB/s)",
- "Downlink (MB/s)",
- "CWND Multiplier",
- "Max Sending Window",
- ]
- `;
- exports[`inbound transport forms > RawForm field structure is stable 1`] = `
- [
- "Proxy Protocol",
- "HTTP Obfuscation",
- ]
- `;
- exports[`inbound transport forms > SockoptForm field structure is stable (server-side fields only) 1`] = `
- [
- "Sockopt",
- "Real client IP",
- "Route Mark",
- "TCP Keep Alive Interval",
- "TCP Keep Alive Idle",
- "TCP Max Seg",
- "TCP User Timeout",
- "TCP Window Clamp",
- "Proxy Protocol",
- "TCP Fast Open",
- "Penetrate",
- "V6 Only",
- "TCP Congestion",
- "TProxy",
- "Trusted X-Forwarded-For",
- "Custom sockopt",
- ]
- `;
- exports[`inbound transport forms > WsForm field structure is stable 1`] = `
- [
- "Proxy Protocol",
- "Host",
- "Path",
- "Heartbeat Period",
- "Headers",
- ]
- `;
- exports[`inbound transport forms > XhttpForm field structure is stable 1`] = `
- [
- "Host",
- "Path",
- "Mode",
- "Server Max Header Bytes",
- "Padding Bytes",
- "Headers",
- "Uplink HTTP Method",
- "Padding Obfs Mode",
- "Session Placement",
- "Session ID Table",
- "Sequence Placement",
- "No SSE Header",
- "XMUX",
- ]
- `;
|