Initial commit
This commit is contained in:
commit
8707c06d7a
8 changed files with 119 additions and 0 deletions
12
var/lib/bind/db.200.199.10.in-addr.arpa.rev
Normal file
12
var/lib/bind/db.200.199.10.in-addr.arpa.rev
Normal file
|
@ -0,0 +1,12 @@
|
|||
$ORIGIN .
|
||||
$TTL 3600 ; 1 hour
|
||||
200.199.10.in-addr.arpa IN SOA gateway.mydomain.com. (
|
||||
1000 ; serial
|
||||
14400 ; refresh (4 hours)
|
||||
3600 ; retry (1 hour)
|
||||
604800 ; expire (1 week)
|
||||
300 ; minimum (5 minutes)
|
||||
)
|
||||
NS gateway.mydomain.com.
|
||||
$ORIGIN 200.199.10.in-addr.arpa.
|
||||
1 PTR gateway.mydomain.com.
|
11
var/lib/bind/db.mydomain.com
Normal file
11
var/lib/bind/db.mydomain.com
Normal file
|
@ -0,0 +1,11 @@
|
|||
$ORIGIN .
|
||||
$TTL 604800 ; 1 week
|
||||
mydomain.com IN SOA gateway.mydomain.com. (
|
||||
1000 ; serial
|
||||
14400 ; refresh (4 hours)
|
||||
3600 ; retry (1 hour)
|
||||
604800 ; expire (1 week)
|
||||
300 ; minimum (5 minutes)
|
||||
)
|
||||
NS gateway.mydomain.com.
|
||||
gateway A 10.199.200.1
|
Loading…
Add table
Add a link
Reference in a new issue