Skip to main content
Deno.QuicServerTransportOptions.preferredAddressV4 - Deno documentation
property Deno.QuicServerTransportOptions.preferredAddressV4

Preferred IPv4 address to be communicated to the client during handshaking. If the client is able to reach this address it will switch to it.

Type

string
Back to top