Add support for TLSA dns records. Will require both skin and template changes. Disabled by default. To enable, add this value to your directadmin.conf: dns_tlsa=1 and restart DirectAdmin. ========================= TEMPLATES ------ Update: /usr/local/directadmin/data/templates/named.db to include the |TLSA| token. new empty default file: /usr/local/directadmin/data/templates/dns_tlsa.conf ========================= SKINS ------ Same idea from SPF, copied to TLSA. admin/dns_admin_control.html user/dns_control.html uses: |*if DNS_TLSA="yes"| to confirm the feature is enabled. ========================== TODO Link LetsEncrypt to automatically add the TLSA records.