I was hoping to post this before the slave domain changes were done, but apparently I am moving a little slowly this Monday - I guess I need even more coffee. The following is just my wish list for the DNS manager, the only one that is affecting me directly at the moment is #1 (IPv6 RDNS).
1) Reverse DNS Entries for IPv6 Hosts
Trying to be a good citizen, I went ahead and got a Sixxs tunnel/subnet for my small website (one less IPv4 only website). Currently I am able to do all of my IPv4 DNS through the DNS manager which keeps one less process off of the virtual host. With IPv6, I am able to enter AAAA records, but no corresponding PTR records are generated for the IPv6 addresses. Short version: can we automatically generate PTR records for the AAAA records entered through the DNS manager? It's not a problem at the moment, but as more IPv6 mail hosts come online they might start rejecting connections due to host lookup failures (IPv6).
2) Reverse DNS for IPv6 Subnets
This one is probably half baked, sorry, but hopefully the general idea makes it through. Right now I have a subnet allocated via Sixxs, even if PTR records for the AAAA records entered were being generated, it might not address the subnet needs completely. It would be nice to be able to enter the wildcard PTR records for IPv6 for one or more sub-domains. For example, my subnet is 2001:4830:1655::/48 and I might enter the following wildcards (catch-alls):
Code:
2001:4830:1655::/48 avongauss.info
2001:4830:1655:1::/64 subdomain1.avongauss.info
2001:4830:1655:2::/64 subdomain2.avongauss.info
The theory being that if there isn't an exact match based on an AAAA entry, that the domain would at least catch. I believe this is done through * records in the zone file (i.e. *.2.0.0.0.5.5.6.1.0.3.8.4.1.0.0.2.ip6.arpa).
3) Group A/AAAA Records by Host Name
What would be nice is on the DNS manager screen is to group the A/AAAA records by host name and edit the entries for a given host name as a single item. When I press the edit button for "www", it would take me to secondary screen where I could edit all of the addresses for "www". From the secondary screen, it would also be nice to be able to select the order of the addresses (i.e. move up / move down). The re-order part is not critical to me, but if someone had multiple servers the order might be important (i.e. west/east linodes).
Example:
Code:
www 2001:4830:1655:##::1 Default [Edit] [Remove]
67.18.92.##
mail 2001:4830:1655:##::1 Default [Edit] [Remove]
67.18.92.##