fix A to CNAME
This commit is contained in:
parent
5bed31ed27
commit
bc035d86c2
|
@ -1,6 +1,6 @@
|
||||||
$TTL 1H
|
$TTL 1H
|
||||||
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
||||||
24042003 ; serial, todays date + todays serial #
|
24042004 ; serial, todays date + todays serial #
|
||||||
1H ; refresh, seconds
|
1H ; refresh, seconds
|
||||||
2H ; retry, seconds
|
2H ; retry, seconds
|
||||||
1D ; expire, seconds
|
1D ; expire, seconds
|
||||||
|
@ -45,7 +45,7 @@ dns03 IN A 10.200.53.243
|
||||||
;
|
;
|
||||||
maverick IN A 10.200.99.222
|
maverick IN A 10.200.99.222
|
||||||
print IN A 10.200.99.226
|
print IN A 10.200.99.226
|
||||||
printer IN A print
|
printer IN CNAME print
|
||||||
diskstation IN A 10.200.99.230
|
diskstation IN A 10.200.99.230
|
||||||
nas81 IN A 10.200.99.231
|
nas81 IN A 10.200.99.231
|
||||||
nas IN CNAME nas81
|
nas IN CNAME nas81
|
||||||
|
|
Loading…
Reference in New Issue