This website requires JavaScript.
Explore
Help
Sign In
mirror
/
stackexchange-dnscontrol
Watch
1
Star
0
Fork
0
You've already forked stackexchange-dnscontrol
mirror of
https://github.com/StackExchange/dnscontrol.git
synced
2024-05-11 05:55:12 +00:00
Code
Issues
Releases
Activity
Files
61fc663c3d0277d0a95e5bcf93ab64ef0147aba4
stackexchange-dnscontrol
/
pkg
/
js
/
parse_tests
/
012-duration
/
foo.com.zone
7 lines
179 B
Dns
Raw
Normal View
History
Unescape
Escape
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
$TTL
300
@
IN
A
1.2.3.4
TESTING: pkg/js/parse_tests: fix a broken test (#1498) 012_duration creates multiple records under the same label, with different TTLs We plan to deprecate this going forward, in #1372. Modify the test in a way that creates one label per record, each having a different TTL format as before, to be validated.
2022-05-04 01:46:48 +02:00
a
IN
A
1.2.3.5
b
180
IN
A
1.2.3.6
c
10800
IN
A
1.2.3.7
d
259200
IN
A
1.2.3.8
Copy Permalink