]> git.proxmox.com Git - pve-docs.git/blame - gen-pve-firewall-host-opts.pl
add missing wiki link to Storage:_ZFS_over_iSCSI
[pve-docs.git] / gen-pve-firewall-host-opts.pl
CommitLineData
888c4116
DM
1#!/usr/bin/perl
2
9344ee0d 3use lib '.';
888c4116
DM
4use strict;
5use warnings;
6
7use PVE::Firewall;
8use PVE::RESTHandler;
9
10my $prop = $PVE::Firewall::host_option_properties;
11
12print PVE::RESTHandler::dump_properties($prop);