Added Built-In infonames
This commit is contained in:
@@ -8,9 +8,9 @@ import java.io.Serializable;
|
||||
* This is the transport format used in responses and packets.
|
||||
* Each record contains:
|
||||
* <ul>
|
||||
* <li>The record type (A, AAAA, CNAME, TXT, ...)</li>
|
||||
* <li>A value (IPv4, IPv6, hostname, text, ...)</li>
|
||||
* <li>Optional priority and weight fields (MX, SRV)</li>
|
||||
* <li>The record type</li>
|
||||
* <li>A value</li>
|
||||
* <li>Optional priority and weight fields</li>
|
||||
* <li>Optional port field (SRV)</li>
|
||||
* <li>A TTL defining how long the record may be cached</li>
|
||||
* </ul>
|
||||
|
||||
@@ -22,4 +22,5 @@ public enum INSRecordType {
|
||||
MX,
|
||||
SRV,
|
||||
NS,
|
||||
INFO,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user