.. _configuration_server_plain_quic_port: 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: * :ref:`listen_in_worker ` * :ref:`ingress_network_filter ` * :ref:`tls_ticketer ` listen ------ **required**, **type**: :external+values:ref:`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**: :external+values:ref:`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.