pveperf, pvecm, pve-firewall, qm-nbdstop, qm-stop, vzdump: move location (#13983)

This commit is contained in:
Managor
2024-10-07 22:55:49 +03:00
committed by GitHub
parent 5b6a0dd5fb
commit b5ba068dfd
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# pve-firewall
> Manage Proxmox VE Firewall.
> More information: <https://pve.proxmox.com/wiki/Firewall>.
- Compile and print all firewall rules:
`pve-firewall compile`
- Show information about the local network:
`pve-firewall localnet`
- Restart the Proxmox VE Firewall service:
`pve-firewall restart`
- Start the Proxmox VE Firewall service:
`pve-firewall start`
- Stop the Proxmox VE Firewall service:
`pve-firewall stop`
- Simulate all firewall rules:
`pve-firewall simulate`
- Show the status of Proxmox VE Firewall:
`pve-firewall status`