>_ linuxcommand.dev
Netcat

-n

Turn off DNS resolution for IP addresses and hostnames.

Syntax
$nc -n [host] [port]
Examples
Examples
$nc -n 192.168.59.1 80
Typical use cases
Disable DNS
nc -n host port
Note No DNS resolution.
Export