.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: example.zone.in,v 1.2 2010/12/16 09:51:28 jinmei Exp $
|
||||
; $Id: example.db.in,v 1.1 2010/12/17 00:57:39 marka Exp $
|
||||
|
||||
$ORIGIN .
|
||||
$TTL 300 ; 5 minutes
|
||||
@@ -12,7 +12,7 @@
|
||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
; PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: example.org.zone,v 1.2 2010/12/16 09:51:28 jinmei Exp $
|
||||
; $Id: example.org.db,v 1.1 2010/12/17 00:57:39 marka Exp $
|
||||
|
||||
$ORIGIN .
|
||||
$TTL 300 ; 5 minutes
|
||||
@@ -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.in,v 1.2 2010/12/16 09:51:28 jinmei Exp $
|
||||
# $Id: named.conf.in,v 1.3 2010/12/17 00:57:39 marka Exp $
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
@@ -39,5 +39,5 @@ EXAMPLE_ZONE_PLACEHOLDER
|
||||
|
||||
zone "example.org" {
|
||||
type master;
|
||||
file "example.org.zone";
|
||||
file "example.org.db";
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: sign.sh,v 1.2 2010/12/16 09:51:28 jinmei Exp $
|
||||
# $Id: sign.sh,v 1.3 2010/12/17 00:57:39 marka Exp $
|
||||
|
||||
SYSTEMTESTTOP=../..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
@@ -22,8 +22,8 @@ SYSTEMTESTTOP=../..
|
||||
RANDFILE=../random.data
|
||||
|
||||
zone=example.
|
||||
infile=example.zone.in
|
||||
zonefile=example.zone
|
||||
infile=example.db.in
|
||||
zonefile=example.db
|
||||
|
||||
(cd ../ns4 && sh -e sign.sh )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user