Skip to content

Commit

Permalink
Merge pull request #18698 from PiotrWodecki/patch-1
Browse files Browse the repository at this point in the history
Fix invalid use of em dash in a CLI command
  • Loading branch information
dvdksn authored Nov 16, 2023
2 parents a0d3a4e + 07e67c5 commit 8062913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/engine/swarm/swarm-tutorial/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 8062913

Please sign in to comment.