puppet-dnsquery
puppet-dnsquery copied to clipboard
DNS query functions for Puppet
Results
2
puppet-dnsquery issues
Sort by
recently updated
recently updated
newest added
Dear maintainer, thanks for your work with this module, really appreciated. I have been using the `dnsquery::` family of functions lately and noticed a common usage pattern: ``` $result =...
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...