tungd / elixir-dns

DNS library for Elixir
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

I want to quote the DNS specified by the OS. #50

Open kouzzy opened 2 years ago

kouzzy commented 2 years ago

Why is the DNS.resolve and DNS.query contact information fixed to "8.8.8.8" in "lib/dns.ex"? Some organizations and companies may not be able to use such DNS, and I feel that this is a problem. I want to refer to the DNS used by the OS, what should I do?