Method zoneEntryAddCustom

 return to group index



zoneEntryAddCustom

voidzoneEntryAddCustom ( stringsession, stringdomain, stringfieldtype, stringhostingtype, stringhosting, stringsubdomain, stringpriority, stringtarget, stringcountry )

Description

Add a dns customized zone entry

Parameters

  • stringsession : the session id
  • stringdomain : the domain name
  • stringfieldtype : the field type : A, AAAA, DYNHOST, CNAME, TXT, NAPTR, SRV, LOC, MX [priority] (priority an integer in the range 1-10000), SPF
  • stringhostingtype : the hosting type (REDIRECT|HOSTING|CUSTOM)
  • stringhosting : the hosting
  • stringsubdomain : the subdomain
  • stringpriority : the record's priority
  • stringtarget : the destination
  • stringcountry : the country
programming languages / libraries :
 
Parameters :
string session : $session
string domain :
string fieldtype :
string hostingtype :
string hosting :
string subdomain :
string priority :
string target :
string country :