mirror of https://github.com/docker/docs.git
Fix invalid use of em dash in iptables command
This commit is contained in:
parent
a0d3a4e4fa
commit
07e67c54c5
|
@ -92,7 +92,7 @@ additional hardening is suggested:
|
|||
|
||||
```bash
|
||||
# Example iptables rule (order and other tools may require customization)
|
||||
iptables -I INPUT -m udp —-dport 4789 -m policy --dir in --pol none -j DROP
|
||||
iptables -I INPUT -m udp --dport 4789 -m policy --dir in --pol none -j DROP
|
||||
```
|
||||
|
||||
## What's next?
|
||||
|
|
Loading…
Reference in New Issue