pukihead
2008-08-09, 06:39 PM CDT
I've got a question about my zone file:
$TTL 86400
@ IN SOA ns.example.com. hostmaster.example.com. (
2008080701 ; Serial - YYYYMMDD##
12H ; Refresh
1H ; Retry
7D ; Expire
1D ; Default TTL
)
IN NS ns.example.com.
IN NS ns2.example.com.
person IN NS ns1.rebound.net.
person IN NS ns2.rebound.net.
IN A 10.11.0.144
www IN A 10.11.0.144
ftp IN CNAME ns.example.com.
construction IN CNAME www.shakyexample.com.
blog IN A 35.210.3.38
apps IN A 35.210.3.38
dev IN A 35.210.3.34
saweb IN A 64.132.0.6
supplyweb IN CNAME saweb.example.com.
media IN CNAME system2.ipressroom.com.
plans IN CNAME plans.gsn.com.
house IN A 74.35.210.3
housing IN A 74.35.210.71
I'd like to have person.shakyexample.com reslove, do I need to make a new zone file for shakyexample.com????? Or can I just put in /etc/reslov.conf:
search shakyexample.com
Thanks for the help!
$TTL 86400
@ IN SOA ns.example.com. hostmaster.example.com. (
2008080701 ; Serial - YYYYMMDD##
12H ; Refresh
1H ; Retry
7D ; Expire
1D ; Default TTL
)
IN NS ns.example.com.
IN NS ns2.example.com.
person IN NS ns1.rebound.net.
person IN NS ns2.rebound.net.
IN A 10.11.0.144
www IN A 10.11.0.144
ftp IN CNAME ns.example.com.
construction IN CNAME www.shakyexample.com.
blog IN A 35.210.3.38
apps IN A 35.210.3.38
dev IN A 35.210.3.34
saweb IN A 64.132.0.6
supplyweb IN CNAME saweb.example.com.
media IN CNAME system2.ipressroom.com.
plans IN CNAME plans.gsn.com.
house IN A 74.35.210.3
housing IN A 74.35.210.71
I'd like to have person.shakyexample.com reslove, do I need to make a new zone file for shakyexample.com????? Or can I just put in /etc/reslov.conf:
search shakyexample.com
Thanks for the help!