checker: build owner FQDN from subdomain + apex at service scope

This commit is contained in:
nemunaire 2026-04-29 17:35:23 +07:00
commit 23d2cafaad
2 changed files with 14 additions and 6 deletions

View file

@ -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{