.zone -> .db
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: named.conf,v 1.2 2010/12/16 09:51:29 jinmei Exp $
|
||||
# $Id: named.conf,v 1.3 2010/12/17 00:57:39 marka Exp $
|
||||
|
||||
controls { /* empty */ };
|
||||
|
||||
@@ -30,20 +30,20 @@ options {
|
||||
|
||||
zone "example.com" {
|
||||
type master;
|
||||
file "example.com.zone";
|
||||
file "example.com.db";
|
||||
};
|
||||
|
||||
zone "example.org" {
|
||||
type master;
|
||||
file "example.org.zone";
|
||||
file "example.org.db";
|
||||
};
|
||||
|
||||
zone "sub.example" {
|
||||
type master;
|
||||
file "sub.example.zone.signed";
|
||||
file "sub.example.db.signed";
|
||||
};
|
||||
|
||||
zone "example.info" {
|
||||
type master;
|
||||
file "example.info.zone";
|
||||
file "example.info.db";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user