mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-05 03:14:32 +08:00
5 lines
149 B
JavaScript
5 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")),
|
|
{});
|