next up previous index
Következő: 12.2.4.3 named.cache Fel: 12.2.4 Linux DNS konfigurálás Előző: 12.2.4.1 named.boot   Index

12.2.4.2 named.conf

options {
directory ,,/var/named'';
};

zone ,,.'' {
type hint;
file ,,named.cache'';
};

zone ,,bigyo.hu'' {
type master;
file ,,named.hosts'';
};

zone ,,67.228.195.IN-ADDR.ARPA'' {
type master;
file ,,named.rev'';
};

zone ,,secondary.hu'' {
type slave;
file ,,secondary/secondary.hu'';
masters {
193.6.50.110;
193.6.50.110;
};
};

zone ,,50.6.193.IN-ADDR.ARPA'' {
type slave;
file ,,secondary/secondary.rev'';
masters {
193.6.50.110;
};
};

Szóval, amint látod, kapott egy kicsit strukturált szerkezetet, egy kicsit jobban áttekinthetö, de a lényegi felépítése nem változott.




1999-09-17