pve-docs/gen-pve-firewall-host-opts.pl

13 lines
199 B
Perl
Executable File

#!/usr/bin/perl
use lib '.';
use strict;
use warnings;
use PVE::Firewall;
use PVE::RESTHandler;
my $prop = $PVE::Firewall::host_option_properties;
print PVE::RESTHandler::dump_properties($prop);