Update README.md

Fixed a typo issue on an iptables command.
pull/1/head
Romain 6 years ago committed by GitHub
parent 5bbc33ccf0
commit 1cc9e0872f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -419,7 +419,7 @@ done
#### Log and Drop Packets
```bash
ptables -A INPUT -i eth1 -s 10.0.0.0/8 -j LOG --log-prefix "IP_SPOOF A: "
iptables -A INPUT -i eth1 -s 10.0.0.0/8 -j LOG --log-prefix "IP_SPOOF A: "
iptables -A INPUT -i eth1 -s 10.0.0.0/8 -j DROP
```

Loading…
Cancel
Save