@cPFence Hello. Just going to try it and inspecting installation script.
I have question about following:
`whitelist_license_servers() {
if [ -d /var/local/enhance/controld ]; then
sudo /usr/sbin/ufw allow from 167.235.252.84 to any comment 'cPFence License Servers' > /dev/null 2>&1
sudo /usr/sbin/ufw allow from 95.216.139.27 to any comment 'cPFence License Servers' > /dev/null 2>&1
sudo /usr/sbin/ufw allow from 78.46.122.132 to any comment 'cPFence License Servers' > /dev/null 2>&1`
Why do you need to allow all ports? Can I just change it to port 443 for secure encrypted traffic?