levan
levan

Reputation: 490

Ubuntu dig on windows

Hello I am using the following command on Ubuntu:

dig google.com @localhost -p 4000

I need a corresponding command on Windows.

Upvotes: 0

Views: 1121

Answers (1)

mdeora
mdeora

Reputation: 4516

You can install the digtool comes along with bind for windows. Use the below url to download bind - https://www.isc.org/downloads/ Once installed, dig will work on windows.

You can follow the instructions from this blog - http://nil.uniza.sk/linux-howto/how-install-dig-dns-tool-windows-10

Upvotes: 1

Related Questions