feat(IPTablesProxy): Introduce IPTablesProxy class for managing iptables NAT rules

This commit is contained in:
2025-02-24 23:27:48 +00:00
parent 63ebad06ea
commit ff4f44d6fc
5 changed files with 100 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.11.0',
version: '3.12.0',
description: 'a proxy for handling high workloads of proxying'
}