ameshkov / dnslookup

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

TCP option for Plain DNS ? #23

Closed phpsyscoder closed 2 years ago

phpsyscoder commented 2 years ago

Hi There... is there any option to use tcp instead of udp for Plain DNS?

ie. like this: TCP=1 dnslookup example.org 94.140.14.14

Greetings

ameshkov commented 2 years ago

Hi, sure! Here it is: dnslookup example.org tcp://94.140.14.14

phpsyscoder commented 2 years ago

Ahh... great. Thank you very much.