mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* js_test.go: Do a zonefile test if $TESTNAME/parse_tests/{zonefile} exists. * Add parse_tests zone files for all the tests that make sense. * js_test.go: Addd the test datafile when displaying failures. * 007-importTransformTTL.js: Was referring to a non-existent domain. * 012-duration.js: Had duplicate DNS records. * 029-dextendsub.js: Move CF-related tests to separate test. * validate.go: Report non-existent domains as an error. * cloudflareProvider.go: newCloudflare should not talk to the API.
14 lines
477 B
Dns
14 lines
477 B
Dns
$TTL 300
|
|
@ IN A 127.0.0.1
|
|
a IN CNAME b.domain.tld.
|
|
aaa IN A 127.0.0.3
|
|
c IN CNAME d.domain.tld.
|
|
sub IN A 127.0.0.7
|
|
bbb.sub IN A 127.0.0.4
|
|
ccc.sub IN A 127.0.0.5
|
|
e.sub IN CNAME f.sub.domain.tld.
|
|
i.sub IN CNAME j.sub.domain.tld.
|
|
ddd.sub.sub IN A 127.0.0.6
|
|
g.sub.sub IN CNAME h.sub.sub.domain.tld.
|
|
www IN A 127.0.0.2
|