Added test to verify that both include glob-expression and include
non-glob-expression works.
This commit is contained in:
13
bin/tests/system/include-multiplecfg/ns2/mars.com.db
Normal file
13
bin/tests/system/include-multiplecfg/ns2/mars.com.db
Normal file
@@ -0,0 +1,13 @@
|
||||
$TTL 86400
|
||||
@ IN SOA dns1.mars.com. hostmaster.mars.com. (
|
||||
2001062501 ; serial
|
||||
21600 ; refresh after 6 hours
|
||||
3600 ; retry after 1 hour
|
||||
604800 ; expire after 1 week
|
||||
86400 ) ; minimum TTL of 1 day
|
||||
|
||||
IN NS dns1.mars.com.
|
||||
|
||||
IN A 10.53.0.1
|
||||
|
||||
dns1 IN A 10.53.0.1
|
||||
Reference in New Issue
Block a user