Skip to main content
Deno.QuicEndpointOptions - Deno documentation
interface Deno.QuicEndpointOptions
Unstable

Properties

optional
hostname: string = "::"

A literal IP address or host name that can be resolved to an IP address.

optional
port: number = 0

The port to bind to.

Back to top