firewall: allow ldaps from podman

This commit is contained in:
quitte 2024-05-19 11:15:58 +02:00
parent 7f00d6746a
commit 16f8ec19f9

View file

@ -93,7 +93,7 @@ in
};
networking.firewall = {
extraInputRules = ''
ip saddr { 141.30.86.192/26, 141.76.100.128/25 } tcp dport 636 accept comment "Allow ldaps access from office nets"
ip saddr { 141.30.86.192/26, 141.76.100.128/25, 141.30.30.169, 10.88.0.1/16 } tcp dport 636 accept comment "Allow ldaps access from office nets and podman"
'';
};
}