Add port to fw
This commit is contained in:
parent
b1aa8a8fb8
commit
8a652ed78d
|
@ -7,6 +7,10 @@ class matrix::lb (
|
||||||
port => 8443,
|
port => 8443,
|
||||||
from => $ip,
|
from => $ip,
|
||||||
}
|
}
|
||||||
|
sunet::nftables::allow { "nft_testip${ip}":
|
||||||
|
port => 16443,
|
||||||
|
from => $ip,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
notify { 'test':
|
notify { 'test':
|
||||||
message => "Test test test ${ip}",
|
message => "Test test test ${ip}",
|
||||||
|
|
Loading…
Reference in a new issue