Module

std/node/dns.ts>SrvRecord

Deno standard library
Go to Latest
interface SrvRecord
import { type SrvRecord } from "https://dotland.deno.dev/std@0.145.0/node/dns.ts";

Properties

priority: number
weight: number
port: number
name: string
import SrvRecord
import { SrvRecord } from "https://dotland.deno.dev/std@0.145.0/node/dns.ts";