Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.172.0/node/dns.ts";

Properties

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