--named.conf.local--
zone "myproxy.net" {
type master;
file "/etc/bind/db.myproxy.net";
};
zone "2.178.178.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.178"; };
--db.myproxy.net--
; ; BIND data file for local loopback interface ;
$TTL 604800
@ IN SOA ns.myproxy.net. webmaster.myproxy.net. (
20110221 ;Serial
604800 ;Refresh
86400 ;Retry
2419200 ;Expire
604800 ) ;Negative Cache TTL ;
@ IN NS ns.myproxy.net.
@ IN A 178.178.0.178
@ IN AAAA ::1
ns IN A 178.178.0.178
www IN CNAME ns
---db.178--
; ; BIND data file for local loopback interface ;
$TTL 604800
@ IN SOA ns.myproxy.net. webmaster.myproxy.net. (
200110221 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire 604800 ) ; Negative Cache TTL ;
@ IN NS ns.
@ IN A 127.0.0.1 1
IN PTR ns.myproxy.net.
1 IN PTR www.myproxy.net.
www IN CNAME ns
saifiahmada.com adalah blog belajar programming Indonesia, membahas lengkap materi bahasa pemrograman: code HTML, CSS, Bootstrap, Desain, PHP, MySQL, coding Java, Query, SQL, dan dunia linux
No comments:
Post a Comment