TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
3.86k stars 403 forks source link

Feature request: Sort TSIG keys by Key Name #727

Closed noseshimself closed 8 months ago

noseshimself commented 9 months ago

The list of TSIG keys is sorted by order of entering them. That's not convenient if the list is getting longer. This is also valid for pull-down-lists with keys (and is even worse there).

Bonus problem: It might be necessary to differentiate by Keys to update zones ("in") and keys used to access external name servers ("out").

ShreyasZare commented 9 months ago

Thanks for the request. Will get that done in next update. The keys are not marked for "in" or "out" and can be used for any purpose so wont be feasible to sort them accordingly.

noseshimself commented 9 months ago

The keys are not marked for "in" or "out" and can be used for any purpose so wont be feasible to sort them accordingly.

If you want to add keys for your own outgoing connections to secondary servers you don't want to have anything but applicable keys in the pull-down menus...

ShreyasZare commented 9 months ago

The keys are not marked for "in" or "out" and can be used for any purpose so wont be feasible to sort them accordingly.

If you want to add keys for your own outgoing connections to secondary servers you don't want to have anything but applicable keys in the pull-down menus...

I understand that but currently the TSIG keys do not have usage option to configure. This is similar to how TSIG keys are defined in BIND.

ShreyasZare commented 8 months ago

Technitium DNS Server v11.5.2 is now available that sorts TSIG keys by name. Do update and let me know your feedback.

noseshimself commented 8 months ago

Working as intended and very helpful with a list of 400 keys.

ShreyasZare commented 8 months ago

Thanks for the feedback.