This commit is contained in:
2026-03-26 10:32:05 +00:00
commit 450bc4a2b0
26 changed files with 10156 additions and 0 deletions

25
npmextra.json Normal file
View File

@@ -0,0 +1,25 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartnftables",
"description": "A TypeScript module for managing nftables rules including NAT, firewall, and rate limiting with a high-level API.",
"npmPackagename": "@push.rocks/smartnftables",
"license": "MIT",
"keywords": [
"nftables",
"firewall",
"nat",
"rate limiting",
"network",
"linux",
"packet filter",
"port forwarding",
"ip sets",
"kernel firewall"
]
}
}
}