mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:35:32 +02:00
fix capitalisation of option
"-p" with small "p" is for protocol
This commit is contained in:
parent
b89cd0bab3
commit
ad8b796c98
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- Set chain policy rule:
|
||||
|
||||
`sudo iptables -p {{chain}} {{rule}}`
|
||||
`sudo iptables -P {{chain}} {{rule}}`
|
||||
|
||||
- Append rule to chain policy for IP:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue