How to configure UFW to allow ntp to work?
With a simple
sudo ufw allow ntp
You can use all services listed in /etc/services
sudo ufw allow <service name>
With a simple
sudo ufw allow ntp
You can use all services listed in /etc/services
sudo ufw allow <service name>