puppet-dnsquery icon indicating copy to clipboard operation
puppet-dnsquery copied to clipboard

Allow for "service" TXT records.

Open Heidistein opened this issue 2 months ago • 1 comments

The type Stdlib::FQDN does not allow for records starting with an underscore. Common TXT records (ie _kerberos and _dmarc) need this. It's allowed according RFC rfc8553. There is (afaik) no type available allowing this.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Heidistein avatar Dec 18 '25 11:12 Heidistein