# cat -n named.root.hints | grep 12
12 zone “.” IN {
# cat -n named.rfc1912.zones | grep 10
10 zone “.” IN {
#
なので、named.confにいて上記ファイルをincludeしている部分を探す。
57 include “/etc/named.root.hints”;
58
59 /* these are zones that contain definitions for all the localhost
60 * names and addresses, as recommended in RFC1912xn-- these names should
61 * ONLY be served to localhost clients:
62 */
63 include “/etc/named.rfc1912.zones”;
コメント