dns-named-格式-cname-a¶
[root@VM_0_7_centos ~]# cat /var/named/test.com.zone
$TTL 1D
@ IN SOA @ rname.invalid. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
NS @
A 127.0.0.1
www IN A 10.0.0.1
test IN CNAME other.com
AAAA ::1