| 747 | | 295 Preference 1 1 1268299886 0 0 This value indicates the priority of multiple NAPTR records with the same\ |
| 748 | | preference value. The lower the\ |
| 749 | | value, the higher the priority.<br>\ |
| 750 | | <br>\ |
| 751 | | E.g.:<br>\ |
| 752 | | <br>\ |
| 753 | | $ORIGIN 4.3.2.1.5.5.5.0.0.8.1.e164.arpa.<br>\ |
| 754 | | IN NAPTR 100 10 "U" "E2U+sip" "!^.*$!sip:customer-service@example.com!i" .<br>\ |
| 755 | | IN NAPTR 100 9 "U" "E2U+email" "!^.*$!mailto:information@example.com!i" .<br>\ |
| 756 | | <br>\ |
| 757 | | <br>\ |
| 758 | | The records above have the same order value (100) yet preference differs.\ |
| 759 | | \ |
| 760 | | |
| | 749 | 295 Preference 1 1 1268299886 1 1268301600 An integer that specifies the order in which NAPTR records with equal "order"\ |
| | 750 | values SHOULD be processed, low numbers being processed before high numbers. \ |
| | 751 | This is similar to the preference field in an MX record, and is used so domain\ |
| | 752 | administrators can direct clients towards more capable hosts or lighter weight\ |
| | 753 | protocols. A client MAY look at records with higher preference values if it has\ |
| | 754 | a good reason to do so such as not understanding the preferred protocol or\ |
| | 755 | service.<br>\ |
| | 756 | <br>\ |
| | 757 | The important difference between Order and Preference is that once a match is\ |
| | 758 | found the client MUST NOT consider records with a different Order but they MAY\ |
| | 759 | process records with the same Order but different Preferences. I.e., Preference\ |
| | 760 | is used to give weight to rules that are considered the same from an authority\ |
| | 761 | standpoint but not from a simple load balancing standpoint.\ |
| | 762 | \ |
| | 763 | |
| | 764 | 296 Flags+ENUM 1 1 1268301768 0 0 Flags:<be>\ |
| | 765 | <br>\ |
| | 766 | A <character-string> containing flags to control aspects of the rewriting and\ |
| | 767 | interpretation of the fields in the record. Flags are single characters from\ |
| | 768 | the set [A-Z0-9]. The case of the alphabetic characters is not significant. <br>\ |
| | 769 | At this time only four flags, "S", "A", "U", and "P", are defined. The "S",\ |
| | 770 | "A" and "U" flags denote a terminal lookup. This means that this NAPTR record is\ |
| | 771 | the last one and that the flag determines what the next stage should be. The\ |
| | 772 | "S" flag means that the next lookup should be for SRV records. "A" means that\ |
| | 773 | the next lookup should be for either an A, AAAA, or A6 record. The "U" flag\ |
| | 774 | means that the next step is not a DNS lookup but that the output of the Regexp\ |
| | 775 | field is an URI that adheres to the 'absoluteURI' production found in the ABNF\ |
| | 776 | of RFC 2396. <br>\ |
| | 777 | \ |
| | 778 | |