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-libev

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-10 17:38:33 +01:00
parent bde5555932
commit 1d4a964169
5 changed files with 640 additions and 4 deletions

View file

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