github.com/teknogeek/dnscontrol/v2@v2.10.1-0.20200227202244-ae299b55ba42/docs/_functions/domain/AUTODNSSEC.md (about)

     1  ---
     2  name: AUTODNSSEC
     3  ---
     4  
     5  AUTODNSSEC indicates that the DNS provider can automatically manage
     6  DNSSEC for a domain and we should ask it to do so.
     7  
     8  At this time, AUTODNSSEC takes no parameters.
     9  There is no ability to tune what the DNS provider sets, no algorithm choice.
    10  We simply ask that they follow their defaults when enabling a no-fuss DNSSEC
    11  data model.
    12  
    13  {% include startExample.html %}
    14  {% highlight js %}
    15  D("example.com", .... ,
    16    AUTODNSSEC,
    17  );
    18  {%endhighlight%}
    19  {% include endExample.html %}