Files
tldr/pages.zh/linux/iptables-save.md

17 lines
393 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# iptables-save
> 保存 `iptables` 的 IPv4 配置。
> 使用 `ip6tables-save` 来保存 IPv6 配置。
> 更多信息:<https://manned.org/iptables-save>。
- 打印 `iptables` 配置:
`sudo iptables-save`
- 打印特定 [t]able 的 `iptables` 配置:
`sudo iptables-save --table {{table}}`
-`iptables` 配置保存到 [f]ile
`sudo iptables-save --file {{path/to/file}}`