WALLETRecordValidator
class WALLETRecordValidator implements DnsRecordValidatorInterface (View source)
WALLET record validator
Validates WALLET records as understood by PowerDNS Authoritative 5.1+.
WALLET uses the DNS
The wire format itself accepts any quoted character-strings. This validator
enforces the wire format strictly and emits a warning if the payload does not
match the conventional "
Methods
validate(string $content, string $name, mixed $prio, int|string|null $ttl, int $defaultTTL, mixed ...$args)
Validate a DNS record
Details
__construct(ConfigurationManager $config)
No description
ValidationResult
validate(string $content, string $name, mixed $prio, int|string|null $ttl, int $defaultTTL, mixed ...$args)
Validate a DNS record