mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
docs(firewalld): add documentation about backup function
This commit is contained in:
parent
c9d265986a
commit
37b7ef9f89
2 changed files with 11 additions and 9 deletions
|
|
@ -16,6 +16,7 @@ function fwl () {
|
|||
sudo firewall-cmd --direct --get-all-rules
|
||||
}
|
||||
|
||||
# backup
|
||||
function fwbackup() {
|
||||
sudo firewall-cmd --runtime-to-permanent
|
||||
mkdir -p ~/firewall-backup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue