plain_quic_port
This server provides plain quic port, which can be placed in front of other servers.
The following common keys are supported:
listen
required, type: udp listen
Set the udp listen config 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 crypto config for this quic server.
offline_rebind_port
optional, type: u16
Set a rebind port if you want graceful shutdown.
The new port should be reachable from the client or it won’t work as expected.
default: not set
server
required, type: str
Set name of the next server to send the accepted connections to.
The next server should be able to accept tcp connections.