mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-14 07:46:22 +08:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
D("nothing.com", "none");
|
|
D("with.com", "none",
|
|
AUTODNSSEC_ON
|
|
);
|
|
D("without.com", "none",
|
|
AUTODNSSEC_OFF,
|
|
);
|