Add more rules

This commit is contained in:
Alex D. 2024-06-25 22:51:29 +00:00
parent f8db9a9669
commit 49818bc12c
Signed by: caskd
GPG Key ID: E5AE8A47B8EFC7ED
8 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template . ../../APKBUILD.template
pkgrel=3 pkgrel=0
pkgdesc="Basic generic nftables template" pkgdesc="Basic generic nftables template"
options="!check" # check requires root? options="!check" # check requires root?
subpackages="" subpackages=""

View File

@ -0,0 +1 @@
tcp dport 179 counter accept;

View File

@ -0,0 +1 @@
tcp dport 3300 counter accept;

View File

@ -0,0 +1 @@
tcp dport 6800-6899 counter accept;

View File

@ -0,0 +1 @@
tcp dport 9100 counter accept;

View File

@ -0,0 +1 @@
tcp dport 9283 counter accept;

View File

@ -0,0 +1 @@
tcp dport 9633 counter accept;

View File

@ -0,0 +1 @@
udp dport 6696 counter accept;