github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/025-autodnssec.js (about)

     1  D("nothing.com","none"
     2  );
     3  D("with.com","none",
     4    AUTODNSSEC_ON
     5  );
     6  D("without.com","none",
     7    AUTODNSSEC_OFF
     8  );