1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add nftables support to Shadowsocks-rust

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-10 17:39:04 +01:00
parent 1d4a964169
commit e6bcc2951c
5 changed files with 628 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{%
include("set.uc");
include("chain.uc", {proto: "tcp"});
include("chain.uc", {proto: "udp"});
%}