Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
zone "pzone.ho" in {
type master;
file "pzone.znf";
};
zone "3.168.192.in-addr.arpa" in {
type master;
file "192.168.3";
};
$TTL 3D
@ IN SOA ns.pzone.ho. root.ourhouse.net. (
200207211 ; serial
6H ; refresh
1H ; retry
6W ; expire
5D) ; minimum
IN NS ns
IN MX 10 pmail.pzone.ho.
@ IN A 192.168.3.4
ns IN A 192.168.3.4
pmail IN A 192.168.3.3
diggity IN A 192.168.3.2
skav IN CNAME diggity
skag IN CNAME pmail
buggy IN CNAME ns
$TTL 3D
@ IN SOA ns.pzone.ho root.localhost. (
200207211 ; serial
6H ; refresh
1H ; retry
6W ; expire
5D) ; minimum
IN NS ns.pzone.ho.
4 IN PTR ns.pzone.ho.
3 IN PTR pmail.pzone.ho.
1 IN PTR diggity.pzone.ho.
nslookup -sil skav.pzone.ho
Server: 192.168.1.45
Address: 192.168.1.45#53
skav.pzone.ho canonical name = diggity.pzone.ho.
Name: diggity.pzone.ho
Address: 192.168.3.2
nslookup -sil buggy.pzone.ho
Server: 192.168.1.45
Address: 192.168.1.45#53
buggy.pzone.ho canonical name = ns.pzone.ho.
Name: ns.pzone.ho
Address: 192.168.3.4