We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed0b2e commit cca10d4Copy full SHA for cca10d4
network/iptables.md
@@ -34,7 +34,7 @@ $ iptables -I DOCKER-USER -i ext_if ! -s 192.168.1.0/24 -j DROP
34
```
35
36
Finally, you can specify a range of IP addresses to accept using `--src-range`
37
-(Remember to also add `-m iprange` wen using `--src-range` or `--dst-range`):
+(Remember to also add `-m iprange` when using `--src-range` or `--dst-range`):
38
39
```bash
40
$ iptables -I DOCKER-USER -m iprange -i ext_if ! --src-range 192.168.1.1-192.168.1.3 -j DROP
0 commit comments