Allow webmin traffic through the default firewall [iptables] settings in Proxmox Containers

Allow webmin traffic through the default firewall [iptables] settings in Proxmox Containers

Just a liitle trick I needed to do to get my webmin access enabled in the vhost on Proxmox:
iptables -I INPUT 1 -p tcp --dport 10000 -j ACCEPT