Is your feature request related to a problem? Please describe.
Currently, DNS records are sorted in lexicographical order. This can cause confusion when trying to view related records in a list.
Describe the solution you'd like
DNS records should be sorted by their labels.
@ example.com MX 0 .
@ example.com TXT "v=spf1 -all"
* example.com MX 0 .
* example.com TXT "v=spf1 -all"
bar example.com A 127.0.0.1
aaa.bar example.com A 127.0.0.1
bbb.bar example.com A 127.0.0.1
foo example.com A 127.0.0.1
aaa.foo example.com A 127.0.0.1
bbb.foo example.com A 127.0.0.1
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
Currently, DNS records are sorted in lexicographical order. This can cause confusion when trying to view related records in a list.
Describe the solution you'd like
DNS records should be sorted by their labels.
Describe alternatives you've considered
Additional context