| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARSE_ANAME_USAGE |
" hostname ipaddress ttl [notes]\r\n\t hostname: host name for the record\r\n\t ipaddress: IP address in dot notation\r\n\t ttl: time to live in seconds, 32bit int" |
public static final String |
PARSE_CNAME_USAGE |
" name alias ttl\r\n\t name: the name that will be aliased\r\n\t alias: the value of the alias\r\n\t ttl: time to live in seconds" |
public static final String |
PARSE_MX_USAGE |
" domainname exchange ttl [preference] [notes]\r\n\t domainname: email domain name for the record\r\n\t exchange: smtp server host name for the domain\r\n\t ttl: time to live in seconds\r\n\t [preference]: short value indicating preference of the record" |
public static final String |
PARSE_NS_USAGE |
" domainname target ttl\r\n\t domainname: email domain name for the record\r\n\t target: the dns server name that will handle requests for the domain\r\n\t ttl: time to live in seconds" |
public static final String |
PARSE_SOA_USAGE |
" domainname primarysourcedomain responsibleemail serialnumber ttl [refresh] [retry] [expire] [minimum] [notes]\r\n\t domainname: The domain name of the name server that was the primary source for this zone\r\n\t responsibleemail: Email mailbox of the hostmaster\r\n\t serialnumber: Version number of the original copy of the zone.\r\n\t ttl: time to live in seconds, 32bit int\r\n\t [refresh]: Number of seconds before the zone should be refreshed.\r\n\t [retry]: Number of seconds before failed refresh should be retried.\r\n\t [expire]: Number of seconds before records should be expired if not refreshed\r\n\t [minimum]: Minimum TTL for this zone." |
public static final String |
PARSE_SRV_USAGE |
" name target port priority weight ttl\r\n\t name: the name of the SRV entry\r\n\t target: the server that hosts the service of the SRV entry\r\n\t port: the IP port to use when conneting to the target\r\n\t priority: the priority the record compared to other SRV records of the same name\r\n\t weight: the weight the record compared to other SRV records of the same name and priority\r\n\t ttl: time to live in seconds" |
public static final String |
PARSE_TXT_USAGE |
" name text ttl\r\n\t name: the name of the text entry\r\n\t alias: the text value of the record\r\n\t ttl: time to live in seconds" |
Copyright © 2021. All rights reserved.