Skip to main content
SoaRecord - dns - Node documentation
interface SoaRecord

Usage in Deno

import { type SoaRecord } from "node:dns";

Properties

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