X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2Fpve-firewall;h=875a753691845c03d85496530fea4a6ffb675b8b;hp=7de7355e8140244d6a2ad1f33c0492307cae0f05;hb=16adff04371097ad96ea620f1045fd55e5b7a6dc;hpb=e2beb7aa9900c650ec69594a2f26cc2889908134;ds=sidebyside diff --git a/src/pve-firewall b/src/pve-firewall index 7de7355..875a753 100755 --- a/src/pve-firewall +++ b/src/pve-firewall @@ -251,7 +251,7 @@ __PACKAGE__->register_method ({ name => 'stop', path => 'stop', method => 'POST', - description => "Stop firewall. This will remove all rules installed by this script. The host is unprotected afterwards.", + description => "Stop firewall. This removes all Proxmox VE related iptable rules. The host is unprotected afterwards.", parameters => { additionalProperties => 0, properties => {}, @@ -342,7 +342,7 @@ __PACKAGE__->register_method ({ name => 'compile', path => 'compile', method => 'POST', - description => "Compile amd print firewall rules. This is only for testing.", + description => "Compile and print firewall rules. This is useful for testing.", parameters => { additionalProperties => 0, properties => {}, @@ -397,16 +397,14 @@ __END__ =head1 NAME -pvestatd - PVE Firewall Daemon +pve-firewall - PVE Firewall Daemon =head1 SYNOPSIS -pve-firewall +=include synopsis =head1 DESCRIPTION This service updates iptables rules periodically. - - - +=include pve_copyright