1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/pkg/js/parse_tests/031-dextendnames/domain.tld.zone
Tom Limoncelli 063d550816 js_test.go should generate & test zonefile output too (#986)
* 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.
2020-12-03 09:33:39 -05:00

14 lines
465 B
Dns

$TTL 300
@ IN A 127.0.0.1
IN A 127.0.0.3
a IN A 127.0.0.2
b IN CNAME c.domain.tld.
d IN A 127.0.0.4
e IN CNAME f.domain.tld.
ssub IN A 127.0.0.7
j.ssub IN A 127.0.0.8
k.ssub IN CNAME l.ssub.domain.tld.
ub IN A 127.0.0.5
g.ub IN A 127.0.0.6
h.ub IN CNAME i.ub.domain.tld.