mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
migrate code for github
This commit is contained in:
6
js/parse_tests/001-basic.js
Normal file
6
js/parse_tests/001-basic.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
var REG = NewRegistrar("Third-Party","NONE");
|
||||
var CF = NewDSP("Cloudflare", "CLOUDFLAREAPI")
|
||||
D("foo.com",REG,CF,
|
||||
A("@","1.2.3.4")
|
||||
);
|
||||
Reference in New Issue
Block a user