1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00

nping: add ip range example (#13955)

This commit is contained in:
Managor 2024-10-03 12:48:43 +03:00 committed by GitHub
parent 0bf92baea5
commit 035307ef9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,6 @@
`nping --interface {{eth0}} {{example.com}}`
- Set the Reserved/Evil bit in sent packets:
- Ping an IP range:
`nping --evil {{example.com}}`
`nping {{10.0.0.1-10}}`