Module

std/node/dns.ts>SoaRecord

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

Properties

nsname: string
hostmaster: string
serial: number
refresh: number
retry: number
expire: number
minttl: number
import SoaRecord
import { SoaRecord } from "https://dotland.deno.dev/std@0.145.0/node/dns.ts";