Skip to main content
Deno.SrvRecord - Deno documentation
interface Deno.SrvRecord
If [`Deno.resolveDns`](../././~/Deno.resolveDns) is called with `"SRV"` record type specified, it will return an array of objects with this interface.

Properties

priority: number
weight: number
port: number
target: string