DNS zone are not being created after upgrade to 3.2.1

Discussion in 'Installation/Configuration' started by Georgy Goshin, Nov 25, 2020.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    And we must add a default in the code if it's not set. I've missed to implement that.
     
    Th0m likes this.
  2. Vincent V.

    Vincent V. New Member

    Hi, I have the same issue, but I don't really understand where I should put the dnssec_wanted=n line

    my template zone is the default one :
    [ZONE]
    origin={DOMAIN}.
    ns={NS1}.
    mbox={EMAIL}.
    refresh=7200
    retry=540
    expire=604800
    minimum=3600
    ttl=3600

    [DNS_RECORDS]
    A|{DOMAIN}.|{IP}|0|3600
    A|www|{IP}|0|3600
    A|mail|{IP}|0|3600
    NS|{DOMAIN}.|{NS1}.|0|3600
    NS|{DOMAIN}.|{NS2}.|0|3600
    MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600
    TXT|{DOMAIN}.|v=spf1 mx a ~all|0|3600

    dnssec_wanted=n

    Thanks for your help
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    between [ZONE] and [DNS_RECORDS]
     
    Gaston Girardi likes this.
  4. Vincent V.

    Vincent V. New Member

    Thanks, that's working fine.
     

Share This Page