Skip to main content
Module

std/node/dns.ts>SoaRecord

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

Properties

nsname: string
hostmaster: string
serial: number
refresh: number
retry: number
expire: number
minttl: number