mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
- Move quickstart from `utils` to `quickstart` - Update quickstart script to add more container manipulation - Move API functional tests back under `modules/api` - Move build-related scripts to `build/` directory - Add quickstart containers that can run the local version of the code
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
$ttl 38400
|
|
invalid-zone. IN SOA 172.17.42.1. admin.test.com. (
|
|
1439234395
|
|
10800
|
|
3600
|
|
604800
|
|
38400 )
|
|
invalid-zone. IN NS 172.17.42.1.
|
|
invalid-zone. IN NS not-approved.thing.com.
|
|
invalid.child.invalid-zone. IN NS 172.17.42.1.
|
|
dotted.host.invalid-zone. IN A 1.2.3.4
|
|
jenkins IN A 10.1.1.1
|
|
foo IN A 2.2.2.2
|
|
test IN A 3.3.3.3
|
|
test IN A 4.4.4.4
|
|
@ IN A 5.5.5.5
|
|
already-exists IN A 6.6.6.6
|