mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 20:08:31 +08:00
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
D("foo.com", "none"
|
|
, IGNORE_NAME("testignore")
|
|
, IGNORE_TARGET("testtarget", "CNAME")
|
|
, IGNORE("legacyignore")
|
|
);
|