Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only perform DNSLink lookups on fully qualified domain names (FQDN) #5950

Merged
merged 3 commits into from
Jan 29, 2019

Commits on Jan 28, 2019

  1. 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 <code@daniel.priv.no>
    da2x committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    775caf1 View commit details
    Browse the repository at this point in the history
  2. Update mockDNS to use FQDNs

    License: MIT
    Signed-off-by: Daniel Aleksandersen <code@daniel.priv.no>
    da2x committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    fedd425 View commit details
    Browse the repository at this point in the history
  3. Add FQDN name test

    License: MIT
    Signed-off-by: Daniel Aleksandersen <code@daniel.priv.no>
    da2x committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    a70dc91 View commit details
    Browse the repository at this point in the history