Add port to fw

This commit is contained in:
Magnus Andersson 2024-10-30 16:00:12 +01:00
parent b1aa8a8fb8
commit 8a652ed78d
Signed by: mandersson
GPG key ID: 1F7C896B34B28164

View file

@ -7,6 +7,10 @@ class matrix::lb (
port => 8443,
from => $ip,
}
sunet::nftables::allow { "nft_testip${ip}":
port => 16443,
from => $ip,
}
}
notify { 'test':
message => "Test test test ${ip}",