Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-22 00:22:43 +00:00
parent 9017f8acda
commit 716a67f83d
236 changed files with 290 additions and 289 deletions

View File

@@ -5,12 +5,12 @@ source: https://github.com/tldr-pages/tldr.git
---
# iptables
> Configure tables, chains and rules of the Linux kernel IPv4 firewall.
> Configure tables, chains, and rules of the Linux kernel IPv4 firewall.
> Use `ip6tables` to set rules for IPv6 traffic.
> See also: `iptables-save`, `iptables-restore`.
> More information: <https://manned.org/iptables>.
- View chains, rules, packet/byte counters and line numbers for the filter table:
- View chains, rules, packet/byte counters, and line numbers for the filter table:
`sudo iptables {{[-vnL --line-numbers|--verbose --numeric --list --line-numbers]}}`