Skip to content

Commit cca10d4

Browse files
erriapoMisty Stanley-Jones
authored and
Misty Stanley-Jones
committed
Fixes docker#5969 - spelling error fixed (docker#5970)
1 parent aed0b2e commit cca10d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/iptables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ iptables -I DOCKER-USER -i ext_if ! -s 192.168.1.0/24 -j DROP
3434
```
3535

3636
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`):
37+
(Remember to also add `-m iprange` when using `--src-range` or `--dst-range`):
3838

3939
```bash
4040
$ iptables -I DOCKER-USER -m iprange -i ext_if ! --src-range 192.168.1.1-192.168.1.3 -j DROP

0 commit comments

Comments
 (0)