checker: rework target_resolvable to check existence (NOERROR) instead of A/AAAA
This commit is contained in:
parent
56db4cc59d
commit
52a3e56c4f
3 changed files with 17 additions and 39 deletions
|
|
@ -9,10 +9,9 @@ import (
|
|||
|
||||
// Defaults are centralised so Definition's docs and runtime reads cannot drift.
|
||||
const (
|
||||
defaultMaxChainLength = 8
|
||||
defaultMinTargetTTL = 60
|
||||
defaultRequireResolvableTarget = true
|
||||
defaultAllowApexCNAME = false
|
||||
defaultMaxChainLength = 8
|
||||
defaultMinTargetTTL = 60
|
||||
defaultAllowApexCNAME = false
|
||||
defaultRecognizeApexFlattening = true
|
||||
|
||||
// hintKey is the CheckState.Meta key the HTML report reads to render the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue