Question
firewall rules to allow sudo apt-get update
My DO firewall (not UFW) is set up to allow only HTTPS and SSH.
sudo apt-get update
fails with
Err:1 http://mirrors.digitalocean.com/ubuntu focal InRelease
Temporary failure resolving ‘mirrors.digitalocean.com’
but is ok when the firewall is disabled
What rules would I add to the firewall to allow 'apt-get update’ ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×