Check that DNSTAP captures forwarded UPDATE responses
This commit is contained in:
@@ -18,10 +18,23 @@ copy_setports ns1/named.conf.in ns1/named.conf
|
||||
copy_setports ns2/named.conf.in ns2/named.conf
|
||||
copy_setports ns3/named.conf.in ns3/named.conf
|
||||
|
||||
if ../feature-test --enable-dnstap
|
||||
then
|
||||
cat <<'EOF' > ns3/dnstap.conf
|
||||
dnstap-identity "ns3";
|
||||
dnstap-version "xxx";
|
||||
dnstap-output file "dnstap.out";
|
||||
dnstap { all; };
|
||||
EOF
|
||||
else
|
||||
echo "/* DNSTAP NOT ENABLED */" >ns3/dnstap.conf
|
||||
fi
|
||||
|
||||
|
||||
#
|
||||
# SIG(0) required cryptographic support which may not be configured.
|
||||
#
|
||||
keyname=`$KEYGEN -q -n HOST -a RSASHA1 -b 1024 -T KEY sig0.example2 2>/dev/null | $D2U`
|
||||
keyname=`$KEYGEN -q -n HOST -a RSASHA1 -b 1024 -T KEY sig0.example2 2>keyname.err`
|
||||
if test -n "$keyname"
|
||||
then
|
||||
cat ns1/example1.db $keyname.key > ns1/example2.db
|
||||
@@ -29,3 +42,4 @@ then
|
||||
else
|
||||
cat ns1/example1.db > ns1/example2.db
|
||||
fi
|
||||
cat_i < keyname.err
|
||||
|
||||
Reference in New Issue
Block a user