Open up http

This commit is contained in:
Johan Björklund 2024-11-14 14:50:44 +01:00
parent 582796c669
commit 8aa478ba85
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -153,4 +153,14 @@ class soc::intelmq(
creates => '/etc/apache2/sites-enabled/intelmq-vhost.conf',
notify => Service['apache2'],
}
sunet::nftables:allow { 'allow_http':
from => any,
port => 80,
}
sunet::nftables:allow { 'allow_https':
from => any,
port => 443,
}
}