1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:13:46 +02:00

Update nc.md

This commit is contained in:
ayakashi 2016-06-13 11:54:36 +08:00
parent b1e11b2798
commit c64932099b

View file

@ -29,3 +29,11 @@
- Client stay up after EOF:
`nc -q {{timeout}} {{ip_address}}`
- Port scanning:
`nc -v -z {{ip_address}} {{port}}`
- Proxy and port forwarding:
`nc -l {{ port }} | nc {{ hostname }} {{ port }}`