mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 22:51:09 +00:00
Update cheatsheets
This commit is contained in:
14
linux/iptables-restore
Normal file
14
linux/iptables-restore
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# iptables-restore
|
||||
|
||||
> Restore the `iptables` IPv4 configuration.
|
||||
> Use `ip6tables-restore` to do the same for IPv6.
|
||||
> More information: <https://manned.org/iptables-restore>.
|
||||
|
||||
- Restore the `iptables` configuration from a file:
|
||||
|
||||
`sudo iptables-restore {{path/to/file}}`
|
||||
Reference in New Issue
Block a user