Quick feature request - allow a description for entries in zone files.
Hello
It would be great to have a possibility to add a few words of description for zone-file entries.
With complex zones, multiple and often changing entries, it would be helpful to have a short description field.
Now it's this way (CMD_DNS_CONTROL):
and it could be:
and rendered this way:
Is this a good idea?
Peace & love
Hello
It would be great to have a possibility to add a few words of description for zone-file entries.
With complex zones, multiple and often changing entries, it would be helpful to have a short description field.
Now it's this way (CMD_DNS_CONTROL):
Code:
NAME TYPE VALUE
_______ A _________ ADD
_______ NS _________ ADD
_______ SRV _________ ADD
and it could be:
Code:
NAME TYPE VALUE Description
_______ A _________ ___________ ADD
_______ NS _________ ___________ ADD
_______ SRV _________ ___________ ADD
and rendered this way:
Code:
something 14400 IN A 192.168.0.1 ;; Description goes here
anotherone 14400 IN A 192.168.0.2 ;; And description goes here
Is this a good idea?
Peace & love
Last edited: