1763. [func] Perform sanity checks on NS records which refer to
'in zone' names. [RT #13002]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: setup.pl,v 1.11 2004/03/05 05:04:03 marka Exp $
|
||||
# $Id: setup.pl,v 1.12 2004/11/23 05:23:42 marka Exp $
|
||||
|
||||
#
|
||||
# Set up test data for zone transfer quota tests.
|
||||
@@ -32,9 +32,11 @@ for ($z = 0; $z < 300; $z++) {
|
||||
my $fn = "ns1/$zn.db";
|
||||
my $f = new FileHandle($fn, "w") or die "open: $fn: $!";
|
||||
print $f "\$TTL 300
|
||||
\@ IN SOA . . 1 300 120 3600 86400
|
||||
\@ IN SOA ns1 . 1 300 120 3600 86400
|
||||
NS ns1
|
||||
NS ns2
|
||||
ns1 A 10.53.0.1
|
||||
ns2 A 10.53.0.2
|
||||
MX 10 mail1.isp.example.
|
||||
MX 20 mail2.isp.example.
|
||||
www A 10.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user