Symptoms
On cPanel v96, when attempting to sort by record "type" in the DNS Zone Manager, the page refreshes without regrouping them.
Description
Typically, sorting by record type in the DNS Zone Manager will group the records together for easier readability, for example:
"TXT,TXT,TXT,SOA,A,A,A"
We've opened an internal case for our development team to investigate this further; for reference, the case number is CPANEL-36999. Follow this article to receive an email notification when a solution is published in the product.
Workaround
Run this command to sort the records by type:
sort -k 4 /var/named/$domain.db
Comments
0 comments
Article is closed for comments.