Symantec logo

Resource type definition

type DNS (

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

    str Domain

    str Alias

    str Hostname

    int TTL = 86400

    str StealthMasters[]

)