Annotation of embedaddon/strongswan/testing/hosts/winnetou/etc/bind/named.conf.default-zones, revision 1.1.1.1

1.1       misho       1: // be authoritative for the localhost forward and reverse zones, and for
                      2: // broadcast zones as per RFC 1912
                      3: 
                      4: zone "localhost" {
                      5:        type master;
                      6:        file "/etc/bind/db.local";
                      7: };
                      8: 
                      9: zone "127.in-addr.arpa" {
                     10:        type master;
                     11:        file "/etc/bind/db.127";
                     12: };
                     13: 
                     14: zone "0.in-addr.arpa" {
                     15:        type master;
                     16:        file "/etc/bind/db.0";
                     17: };
                     18: 
                     19: zone "255.in-addr.arpa" {
                     20:        type master;
                     21:        file "/etc/bind/db.255";
                     22: };
                     23: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>