ameshkov / dnslookup

Simple command line utility to make DNS lookups to the specified server
MIT License
816 stars 72 forks source link

Send basic-auth to the upstream server #67

Closed ainar-g closed 4 months ago

ainar-g commented 5 months ago
dnslookup 'www.example.com' 'https://my-login:verySecure123456@dns-server.example/dns-query'

Currently, this doesn't send the my-login:verySecure123456 information to dns-server.example, as far as I can see.