+ binary | An arbitrary string of bytes, specified as a set of hexadecimal digits. |
+ boolean | Boolean value with allowed values true or false |
+ empty | No value, data is carried in suboptions |
+ fqdn | Fully qualified domain name (e.g. www.example.com) |
+ ipv4-address | IPv4 address in the usual dotted-decimal notation (e.g. 192.0.2.1) |
+ ipv6-address | IPv6 address in the usual colon notation (e.g. 2001:db8::1) |
+ record | Structured data that may comprise any types (except "record" and "empty") |
+ string | Any text |
+ uint8 | 8 bit unsigned integer with allowed values 0 to 255 |
+ uint16 | 16 bit unsinged integer with allowed values 0 to 65535 |
+ uint32 | 32 bit unsigned integer with allowed values 0 to 4294967295 |
+
+