Check also signatures are only shown when DNSSEC is requested
This commit is contained in:
parent
395fa75647
commit
2a1a95c6fe
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ rlJournalStart
|
|||
rlRun -l "dig +short @$NS -t txt -c ch -q version.bind" 0 "Query version of server $NS"
|
||||
rlRun "sed -e '/$NS/ d' -i /etc/resolv.conf"
|
||||
fi
|
||||
rlRun -c "dig @$NS | grep -w RRSIG" 1 "Check signatures are not present always on $NS"
|
||||
done
|
||||
if [ -z "$DNSSEC" ]; then
|
||||
DNSSEC=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue