Resource type definition

type DNS (

static keylist SupportedActions = { "dig.vfd", "master.vfd", "keyfile.vfd" }

static str ArgList[] = { Domain, TTL, TSIGKeyFile, StealthMasters, ResRecord, CreatePTR, OffDelRR }

str Domain

int TTL = 86400

str TSIGKeyFile

str StealthMasters[]

str ResRecord{}

boolean CreatePTR = 0

boolean OffDelRR = 0

)