DNS records in MiniDNS

When you are entering records to MiniDNS, you need to specify the type of a record. MiniDNS supports these types:

TypeDescriptionFunction
AAddress recordReturns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host.
AAAAIPv6 address recordReturns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.
TXTText recordOriginally for arbitrary human-readable text in a DNS record.
URIUniform Resource IdentifierCan be used for publishing mappings from hostnames to URIs.

For most cases type “A” is the best option. But if you use IPv6 protocol, then you need to use type “AAAA”. I recommend you, that you always check “Add WWW too” because if the user visits the www website of entered domain, it won’t work.