checker: build owner FQDN from subdomain + apex at service scope
This commit is contained in:
parent
496205e50e
commit
23d2cafaad
2 changed files with 14 additions and 6 deletions
|
|
@ -17,8 +17,6 @@ func Definition() *sdk.CheckerDefinition {
|
|||
Version: Version,
|
||||
Availability: sdk.CheckerAvailability{
|
||||
ApplyToService: true,
|
||||
ApplyToDomain: true,
|
||||
ApplyToZone: true,
|
||||
LimitToServices: []string{
|
||||
"svcs.CNAME",
|
||||
"svcs.SpecialCNAME",
|
||||
|
|
@ -65,6 +63,11 @@ func Definition() *sdk.CheckerDefinition {
|
|||
Label: "Service",
|
||||
AutoFill: sdk.AutoFillService,
|
||||
},
|
||||
{
|
||||
Id: "domain_name",
|
||||
Label: "Parent domain name",
|
||||
AutoFill: sdk.AutoFillDomainName,
|
||||
},
|
||||
},
|
||||
},
|
||||
Rules: []sdk.CheckRule{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue