m 2 logging: whitelist kibana port
This commit is contained in:
parent
d8ab184c33
commit
ea8b17f40b
@ -18,6 +18,6 @@ in {
|
||||
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -A INPUT -i retiolum -p tcp --dport ${toString es-port} -j ACCEPT
|
||||
iptables -A INPUT -i retiolum -p tcp --dport ${toString es-port} -j ACCEPT
|
||||
iptables -A INPUT -i retiolum -p tcp --dport ${toString kibana-port} -j ACCEPT
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user