db regression test initial commit
This commit is contained in:
13
bin/tests/db/dns_db_find_8.data
Normal file
13
bin/tests/db/dns_db_find_8.data
Normal file
@@ -0,0 +1,13 @@
|
||||
$TTL 1000
|
||||
@ in soa localhost. postmaster.localhost. (
|
||||
1993050801 ;serial
|
||||
3600 ;refresh
|
||||
1800 ;retry
|
||||
604800 ;expiration
|
||||
3600 ) ;minimum
|
||||
|
||||
a.b.c.d in A 1.2.3.4
|
||||
a.b.c in A 1.2.3.4
|
||||
a.b in A 1.2.3.4
|
||||
a in NS ns1.vix.com.
|
||||
|
||||
Reference in New Issue
Block a user