Add stub test
This commit is contained in:
11
bin/tests/system/stub/ns3/example.db
Normal file
11
bin/tests/system/stub/ns3/example.db
Normal file
@@ -0,0 +1,11 @@
|
||||
$ORIGIN .
|
||||
$TTL 300 ; 5 minutes
|
||||
example IN SOA ns3.example. hostmaster.example. (
|
||||
2000042795 ; serial
|
||||
20 ; refresh (20 seconds)
|
||||
20 ; retry (20 seconds)
|
||||
1814400 ; expire (3 weeks)
|
||||
3600 ; minimum (1 hour)
|
||||
)
|
||||
example. NS ns3.example.
|
||||
ns3.example. A 10.53.0.3
|
||||
Reference in New Issue
Block a user