plain_quic_port
This server exposes a plain QUIC port that can be chained in front of other servers.
The following common keys are supported:
listen
required, type: udp listen
Set the UDP listening socket configuration for this server.
The instance count setting will be ignored if listen_in_worker is correctly enabled.
quic_server
required, type: rustls server config
Set the cryptographic configuration for this QUIC server.
offline_rebind_port
optional, type: u16
Set a rebind port used during graceful shutdown.
The new port must be reachable by clients or the handoff will not work as expected.
default: not set
server
required, type: str
Set the name of the next server that will receive accepted connections.
The next server should be able to accept tcp connections.