mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
D("example.com", "none",
|
|
A("normal", "1.1.1.1"),
|
|
A("helper", "2.2.2.2", ENSURE_ABSENT_REC()),
|
|
//ENSURE_ABSENT(A("wrapped", "3.3.3.3")),
|
|
{});
|