>_ linuxcommand.dev
Netcat

-u

Use UDP instead of the default TCP option.

Syntax
$nc -u [host] [port]
Examples
Examples
$nc -u 192.168.59.1 53
Typical use cases
Use UDP
nc -u host port
Note UDP mode.
Export