Merge pull request #18698 from PiotrWodecki/patch-1

Fix invalid use of em dash in a CLI command
This commit is contained in:
David Karlsson 2023-11-16 15:21:06 +01:00 committed by GitHub
commit 80629130aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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?