code wiki / sni
topic: sni
7 modules sharing the sni name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_sni_cert_select.nx | SNI -> per-domain wildcard-cert SELECTION for the SNI-aware | 104 | 7 |
| nx_sni_extract.nx | extract the SNI host_name from a TLS ClientHello WITHOUT decrypting (the SNI is | 50 | 2 |
| nx_sni_extract_gate.nx | gate the SNI router's hostname extraction. Builds REAL ClientHello records via the | 61 | 5 |
| nx_sni_route.nx | SOVEREIGN TLS SNI extraction + backend routing decision (PURE: no syscalls, no imports, | 106 | 6 |
| nx_sni_route_gate.nx | OFFLINE unit gate for the PURE SNI backend-routing decision (sni_backend). | 83 | 5 |
| nx_sni_router.nx | sovereign TCP SNI-passthrough router = the :443 FRONT of the multi-tenant hosting platform. | 133 | 8 |
| nx_sni_router_gate.nx | e2e gate for the SNI router: fork an echo backend + the router, then as a client push | 97 | 5 |