November 2008 Archives

CNAME记录的排他性

| No Comments | No TrackBacks
整理前人做的一个NS,发现@有一个SOA记录和一个CNAME记录。整理的时候DB文件怎么都是load failed。问了delphij才知道这样写是不合法的。
@ IN NS ns
@ IN MX mail
@ IN CNAME www
www IN A 10.1.1.1
mail IN A 10.1.1.2
CNAME记录在RFC1912里说的比较清楚,CNAME不能和其它数据共存。

About this Archive

This page is an archive of entries from November 2008 listed from newest to oldest.

October 2008 is the previous archive.

December 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.