$TTL 3h$ORIGIN example.com.. IN SOA master.example.com... IN NS master.example.com.; Aliases ; Mail Servers example.com... IN SOA master.example.com... IN NS master.example.com..
Trang 2•
•
•
•
Trang 3zone “example.com" IN { type master;
file “db.example";
allow-update { none; }; };
Trang 4zone “2.0.10.in-addr.arpa" IN { type master;
file “db.10.0.2";
allow-update { none; };
};
Trang 6$TTL 3h
$ORIGIN example.com
example.com IN SOA master.example.com root.example.com (
2015112101 ; Serial
8h ; Refresh
4h ; Retry
1w ; Expire
1h ; Negative TTL
)
Trang 7example.com IN NS master.example.com.
; Aliases
; Mail Servers
example.com IN MX 5 mail.example.com
Trang 8$TTL 3h
$ORIGIN 2.0.10.in-addr.arpa
2.0.10.in-addr.arpa IN SOA master.example.com root.example.com (
2015112101 ; Serial
8h ; Refresh
4h ; Retry
1w ; Expire
1h ; Negative TTL
)
Trang 92.0.1-.in-addr.arpa IN NS master.example.com.
Trang 11•
•
•
•