Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only perform DNSLink lookups on fully qualified domain names (FQDN)
This change halves the number of DNS queries requires to lookup DNSLink information for "example.com" by forcing the use of a FQDN. * example.com * example.com.local (removed) * _dnslink.example.com * _dnslink.example.com.local (removed) Where .local is the local system's organization/domain name. License: MIT Signed-off-by: Daniel Aleksandersen <[email protected]>
- Loading branch information