



options {
directory "C:/usr/local/etc";
};
zone "." {
type hint;
file "named.root";
};
zone "example.com" {
type master;
file "example.com";
allow-transfer { none; };
}; |
$TTL 3456000
@ IN SOA www.example.com. root.example.com. (
2006123000 ; Serial
3600 ; Refresh
900 ; Retry
3600000 ; Expire
3600 ) ; Minimum
;
3456000 IN NS www
3456000 IN MX 100 www
www 3456000 IN A 192.168.0.4
}; |

