Advertising
- Unnamed
- Tuesday, January 15th, 2008 at 6:47:40pm UTC
- [email protected]:/etc/bind$ cat named.conf
- // This is the primary configuration file for the BIND DNS server named.
- //
- // Please read /usr/share/doc/bind9/README.Debian.gz for information on the
- // structure of BIND configuration files in Debian, *BEFORE* you customize
- // this configuration file.
- //
- // If you are just adding zones, please do that in /etc/bind/named.conf.local
- include "/etc/bind/named.conf.options";
- // prime the server with knowledge of the root servers
- zone "." {
- type hint;
- file "/etc/bind/db.root";
- };
- // be authoritative for the localhost forward and reverse zones, and for
- // broadcast zones as per RFC 1912
- zone "localhost" {
- type master;
- file "/etc/bind/db.local";
- };
- zone "127.in-addr.arpa" {
- type master;
- file "/etc/bind/db.127";
- };
- zone "0.in-addr.arpa" {
- type master;
- file "/etc/bind/db.0";
- };
- zone "255.in-addr.arpa" {
- type master;
- file "/etc/bind/db.255";
- };
- // zone "com" { type delegation-only; };
- zone "audeladuweb.com" {
- type master;
- file "/etc/bind/Domaines/audeladuweb.com.dns";
- };
- // zone "net" { type delegation-only; };
- // From the release notes:
- // Because many of our users are uncomfortable receiving undelegated answers
- // from root or top level domains, other than a few for whom that behaviour
- // has been trusted and expected for quite some length of time, we have now
- // introduced the "root-delegations-only" feature which applies delegation-only
- // logic to all top level domains, and to the root domain. An exception list
- // should be specified, including "MUSEUM" and "DE", and any other top level
- // domains from whom undelegated responses are expected and trusted.
- // root-delegation-only exclude { "DE"; "MUSEUM"; };
- include "/etc/bind/named.conf.local";
- [email protected]:/etc/bind$ cat Domaines/audela
- cat: Domaines/audela: Aucun fichier ou répertoire de ce type
- [email protected]:/etc/bind$ cat named.conf
- // This is the primary configuration file for the BIND DNS server named.
- //
- // Please read /usr/share/doc/bind9/README.Debian.gz for information on the
- // structure of BIND configuration files in Debian, *BEFORE* you customize
- // this configuration file.
- //
- // If you are just adding zones, please do that in /etc/bind/named.conf.local
- include "/etc/bind/named.conf.options";
- // prime the server with knowledge of the root servers
- zone "." {
- type hint;
- file "/etc/bind/db.root";
- };
- // be authoritative for the localhost forward and reverse zones, and for
- // broadcast zones as per RFC 1912
- zone "localhost" {
- type master;
- file "/etc/bind/db.local";
- };
- zone "127.in-addr.arpa" {
- type master;
- file "/etc/bind/db.127";
- };
- zone "0.in-addr.arpa" {
- type master;
- file "/etc/bind/db.0";
- };
- zone "255.in-addr.arpa" {
- type master;
- file "/etc/bind/db.255";
- };
- // zone "com" { type delegation-only; };
- zone "audeladuweb.com" {
- type master;
- file "/etc/bind/Domaines/audeladuweb.com.dns";
- };
- // zone "net" { type delegation-only; };
- // From the release notes:
- // Because many of our users are uncomfortable receiving undelegated answers
- // from root or top level domains, other than a few for whom that behaviour
- // has been trusted and expected for quite some length of time, we have now
- // introduced the "root-delegations-only" feature which applies delegation-only
- // logic to all top level domains, and to the root domain. An exception list
- // should be specified, including "MUSEUM" and "DE", and any other top level
- // domains from whom undelegated responses are expected and trusted.
- // root-delegation-only exclude { "DE"; "MUSEUM"; };
- include "/etc/bind/named.conf.local";
- [email protected]:/etc/bind$ cat Domaines/audela.dns
- $TTL 10800
- [email protected]:/etc/bind$ named-checkconf Domaines/audela.dns
- Domaines/audela.dns:1: unknown option '$TTL'
- Domaines/audela.dns:4: unexpected token near end of file
- [email protected]:/etc/bind$
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.