mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
iptables: fix example description and add link (#4922)
This commit is contained in:
parent
b804c909d3
commit
315a6035c2
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
# iptables
|
||||
|
||||
> Program that allows configuration of tables, chains and rules provided by the Linux kernel firewall.
|
||||
> More information: <https://www.netfilter.org/projects/iptables/>.
|
||||
|
||||
- View chains, rules, and packet/byte counters for all tables:
|
||||
- View chains, rules, and packet/byte counters for the filter table:
|
||||
|
||||
`sudo iptables -vnL`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue