Skip to main content
interface Deno.SRVRecord

If resolveDns is called with "SRV" record type specified, it will return an array of this interface.

Properties

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