Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37402695
en ru br
ALT Linux repos
S:9.16.44-alt1
5.0: 9.3.6-alt5
4.1: 9.3.6-alt4.M41.2
+updates:9.3.6-alt4.M41.1
4.0: 9.3.6-alt4.M41.1
+updates:9.3.6-alt4.M41.1
3.0: 9.2.4.rel-alt2

Group :: System/Servers
RPM: bind

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

// Be authoritative for the localhost forward and reverse zones,
// and for broadcast zones as per RFC 1912.

zone "localhost" {
type master;
file "localhost";
allow-update { none; };
};

zone "localdomain" {
type master;
file "localdomain";
allow-update { none; };
};

zone "127.in-addr.arpa" {
type master;
file "127.in-addr.arpa";
allow-update { none; };
};

zone "0.in-addr.arpa" {
type master;
file "empty";
allow-update { none; };
};

zone "255.in-addr.arpa" {
type master;
file "empty";
allow-update { none; };
};
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin