Skip to content

Commit 50b592c

Browse files
committed
misc: update readme
1 parent 30f05f6 commit 50b592c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Compared to the original implementation, the main features of *flashroute.rs* ar
3838
```shell
3939
cargo run --release -- 192.168.1.1/32 --grain 0
4040
```
41+
- Probe all hosts listed in a file line by line
42+
```shell
43+
cargo run --release -- path/to/file --grain 8
44+
```
4145

4246
Listening on ICMP socket requires superuser permission, the *flashroute.rs* may automatically restart in sudo mode.
4347

0 commit comments

Comments
 (0)