]> git.proxmox.com Git - pve-docs.git/blob - gen-pve-firewall-host-opts.pl
include bibliography before Appendix
[pve-docs.git] / gen-pve-firewall-host-opts.pl
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::Firewall;
7 use PVE::RESTHandler;
8
9 my $prop = $PVE::Firewall::host_option_properties;
10
11 print PVE::RESTHandler::dump_properties($prop);