Skip to content
  • Ben Boeckel's avatar
    valid_name: use trust-dns-resolver · e08d0253
    Ben Boeckel authored
    Instead of assuming things about the host environment (namely that a
    binary named `host` exists on the machine and uses BIND's API), run the
    DNS query from Rust directly.
    
    Fixes: #47
    e08d0253