Skip to content

Commit

Permalink
remove bogus default gw instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Aug 23, 2022
1 parent 7f57245 commit 4d737b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ make
sudo tcpdump -n -l dst net 192.0.2.1/32 $(for a in $(cat goog-prefixes.txt); do echo or dst net $a; done) | ./teller
```

Replace `192.0.2.1` with the IP address of your default gateway (e.g. your Internet router).

And then cry.

## Problems
Expand Down

0 comments on commit 4d737b0

Please sign in to comment.