Apply to services abstract.EmailAutoConfig and abstract.RFC6186
This commit is contained in:
parent
a3ac9c4497
commit
3b6875dfd6
1 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,11 @@ func (p *autoconfigProvider) Definition() *sdk.CheckerDefinition {
|
|||
Name: "Email Autoconfiguration",
|
||||
Version: Version,
|
||||
Availability: sdk.CheckerAvailability{
|
||||
ApplyToDomain: true,
|
||||
ApplyToService: true,
|
||||
LimitToServices: []string{
|
||||
"abstract.EmailAutoConfig",
|
||||
"abstract.RFC6186",
|
||||
},
|
||||
},
|
||||
ObservationKeys: []sdk.ObservationKey{ObservationKeyAutoconfig},
|
||||
HasHTMLReport: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue