dnscontrol/pkg/js/parse_tests/025-autodnssec.js

7 lines
117 B
JavaScript

D("nothing.com", "none");
D("with.com", "none",
AUTODNSSEC_ON
);
D("without.com", "none",
AUTODNSSEC_OFF,
);