Skip to main content

Module transport

Module transport 

Source
Expand description

§Server-side transport implementations

The inbound-accepting half of the transport stack: a full HTTPS transport with TLS and automatic Let’s Encrypt certificate rotation, a plain TCP transport for testing and private LANs, and the kernel-level ipset-backed DDoS protection that both can plug into.

Modules§

ddos
Kernel-level DDoS protection for production servers
full_https_transport
Production HTTPS transport
https_transport_cert_refresher
Let’s Encrypt TLS certificate lifecycle manager
tcp_transport
Plain-text TCP transport