- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
URI DNS Record Type
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 09:34 AM
This article suggest to use NAPTR to create URI record types but I found this counter intuitive.
I instead found that I could use the Unknown Record Type to create URI records to craft the record properly.
Type has to be set to URI, 16-bit unsigned integer are use to show the Priority and Weight and the URI is in an ASCII String.
;; ANSWER SECTION: _kerberos.wifi.zone. 900 IN URI 0 100 "krb5srv:m:udp:server.wifi.zone"
Re: URI DNS Record Type
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 11:36 AM
Sir, any chance you could post what you actually used for the Text field, as well as what you did to get the proper numbers for the Priority & Weight fields?
I'm currently attempting to create a somewhat similar record, but have been unable to access any field within the GUI editor that allows setting those fields... I've also run into a problem with the string not displaying properly when checking the record with a DIG (some of the characters get truncated). Not 100% sure if that's a bug or incorrect procedure.
Thanks,
Gerry_H