feat(core): Add support for tagging iptables rules with comments and cleaning them up on process exit

This commit is contained in:
2025-02-25 00:56:01 +00:00
parent aa756bd698
commit a1051f78e8
6 changed files with 277 additions and 51 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartproxy",
"version": "3.12.0",
"private": false,
"description": "a proxy for handling high workloads of proxying",
"description": "A robust and versatile proxy package designed to handle high workloads, offering features like SSL redirection, port proxying, WebSocket support, and customizable routing and authentication.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -62,7 +62,11 @@
"ssl redirect",
"port mapping",
"reverse proxy",
"authentication"
"authentication",
"dynamic routing",
"sni",
"port forwarding",
"real-time applications"
],
"homepage": "https://code.foss.global/push.rocks/smartproxy#readme",
"repository": {
@ -75,4 +79,4 @@
"pnpm": {
"overrides": {}
}
}
}