1
0
Fork 0
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:
Doh 2020-11-01 14:18:01 -05:00 committed by GitHub
parent b804c909d3
commit 315a6035c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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