CAA and TYPE257 records in bind

Discussion in 'Feature Requests' started by PVasileff, Jun 12, 2017.

  1. PVasileff

    PVasileff Member

    Last edited: Jun 12, 2017
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

  3. PVasileff

    PVasileff Member

    This patch is only for bind version => 9.9.6 or for any?
    Because old version of bind doesnt support CAA records - only TYPE257..
    If support the both - Why this patch not officially released to ISPConfig?
     
  4. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    The patch supports CAA and TXT-Records so you can use it with any bind-version. This will be part of the next ispconfig-release.
     
  5. PVasileff

    PVasileff Member

    Thank you very much.
     
  6. PVasileff

    PVasileff Member

    Can you update patch, because when useing Debian 9 and bind version support CAA records when I create CAA record for letsencrypt (for example) bind failed to start.

    Other problem - in mysql dbispconfig I have dns record for domain.com but I dont see in DNS records in ISPConfig.
     
  7. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    open /usr/local/ispconfig/server/conf/bind_pri.domain.master and remove 0 after CAA:
    Code:
    {tmpl_var name='name'} {tmpl_var name='ttl'}  CAA  {tmpl_var name='data'}
    
     
  8. PVasileff

    PVasileff Member

    Thanks. Works like a Gentoo server. ;)
     

Share This Page