restrict rtmp to campus nets and clean up nft rules

This commit is contained in:
Rouven Seifert 2025-04-24 17:05:24 +02:00
parent 23af7fd7cd
commit 8eab2484b2
Signed by: rouven.seifert
SSH key fingerprint: SHA256:WedRxwyCvqwDG6cd16qf/fizYDK1pvN4p5bawXlnKk0
3 changed files with 8 additions and 9 deletions

View file

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