Skip to main content

nameServer

property Deno.ResolveDnsOptions.nameServer

The name server to be used for lookups.

If not specified, defaults to the system configuration. For example /etc/resolv.conf on Unix-like systems.

Properties Jump to heading

Jump to headingipAddr: string

The IP address of the name server.

optional
Jump to headingport: number = 53

The port number the query will be sent to.

Back to top