Commit db31d515 authored by Rob Ede's avatar Rob Ede
Browse files

corrected alias documentation

parent a64d018a
...@@ -2,18 +2,18 @@ ...@@ -2,18 +2,18 @@
This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array. This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array.
``` ```zsh
plugins=(... firewalld) plugins=(... firewalld)
``` ```
## Aliases ## Aliases
| Alias | Command | Description | | Alias | Command | Description |
| :---- | :----------------------------------- | :--------------------------- | | :---- | :----------------------------------------- | :--------------------------- |
| fw | `firewall-cmd` | Shorthand | | fw | `sudo firewall-cmd` | Shorthand |
| fwr | `firewall-cmd --reload` | Reload current configuration | | fwr | `sudo firewall-cmd --reload` | Reload current configuration |
| fwp | `firewall-cmd --permanent` | Create permanent rule | | fwp | `sudo firewall-cmd --permanent` | Create permanent rule |
| fwrp | `firewall-cmd --runtime-to-permanent` | Save current configuration | | fwrp | `sudo firewall-cmd --runtime-to-permanent` | Save current configuration |
## Functions ## Functions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment