. .

title: NSLookup Primer

date: 2022-10-25 00:00:00+08:00


nslookup is a command-line tool used for testing and troubleshooting DNS servers. Basically, just as its name says, it will lookup for the name server of any domain.

Some code

sudo apt update && sudo apt upgrade -y

nslookup can be used in two modes: interactive and non-interactive. To initiate interactive mode, type the command name only: nslookup

github