feat(security): added nft rule to allow outgoing git queries (clone using git://)
This commit is contained in:
parent
27cd98274c
commit
bef258cfec
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
table inet filter {
|
||||||
|
chain output {
|
||||||
|
tcp dport 9418 accept
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue