提交 db31d515 编写于 作者: R Rob Ede

corrected alias documentation

上级 a64d018a
......@@ -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.
```
```zsh
plugins=(... firewalld)
```
## Aliases
| Alias | Command | Description |
| :---- | :----------------------------------- | :--------------------------- |
| fw | `firewall-cmd` | Shorthand |
| fwr | `firewall-cmd --reload` | Reload current configuration |
| fwp | `firewall-cmd --permanent` | Create permanent rule |
| fwrp | `firewall-cmd --runtime-to-permanent` | Save current configuration |
| :---- | :----------------------------------------- | :--------------------------- |
| fw | `sudo firewall-cmd` | Shorthand |
| fwr | `sudo firewall-cmd --reload` | Reload current configuration |
| fwp | `sudo firewall-cmd --permanent` | Create permanent rule |
| fwrp | `sudo firewall-cmd --runtime-to-permanent` | Save current configuration |
## Functions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册