feat(security): added nft rule to allow outgoing git queries (clone using git://)

This commit is contained in:
NaeiKinDus 2025-03-24 00:00:00 +00:00
parent 27cd98274c
commit bef258cfec
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -0,0 +1,5 @@
table inet filter {
chain output {
tcp dport 9418 accept
}
}