Open port 80 for acme verification

This commit is contained in:
Micke Nordin 2024-02-27 16:31:27 +01:00
parent f511383a7a
commit 393f2c7034

View file

@ -40,4 +40,9 @@ class sunetdrive::portal (
from => '0.0.0.0/0',
port => 443,
}
# For acme and redirect
sunet::misc::ufw_allow { 'http':
from => '0.0.0.0/0',
port => 80,
}
}