Symantec logo

Resource type definition

type DNS (

    static str ArgList[] = { Domain, Alias, Hostname, TTL,
    TSIGKeyFile, StealthMasters }

    str Domain

    str Alias

    str Hostname

    int TTL = 86400

    str TSIGKeyFile

    str StealthMasters[]

)