type master;
file "/etc/bind/db.13";
};
$TTL 604800zone "example.co.in" {
@ IN SOA example.co.in. root.example.co.in. (
2252019 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.example.co.in.
@ IN A 10.88.13.11
ns1 IN A 10.88.13.10
type master;
file "/etc/bind/db.example.co.in";
};
$TTL 86400
@ IN SOA ns1.example.in. root.example.co.in.(
20191 ; serial
28800 ; refresh
14400 ; retry
36000 ; expire
86400); default_ttl
@ IN NS ns1
ns1 IN A 10.8.13.10
10 IN PTR ns1.example.co.in.
29 IN PTR www.example.co.in.
1 IN PTR reverse.1.13.8.10.example.co.in.
allow-query { any; };
recursion yes;
allow-query-cache { any; };
allow-recursion{ any; };
filter-aaaa-on-v4 yes;
logging{
channel simple_log {
file "/var/cache/bind/bind.log" versions 3 size 5m;
severity warning;
print-time yes;
print-severity yes;
print-category yes;
};
category default {
simple_log;
};
channel query_log {
file "/var/cache/bind/bind-queries.log";
print-category yes;
print-time yes;
};
category queries {
query_log;
};
};
No comments:
Post a Comment