mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
![]() |
D("foo.com", "none"
|
||
|
, UNMANAGED("one")
|
||
|
, UNMANAGED("two", "A, CNAME")
|
||
|
, UNMANAGED("three", "TXT", "findme")
|
||
|
, UNMANAGED("notype", "", "targglob")
|
||
|
);
|