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 xray

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-10 17:41:04 +01:00
parent 3f890976ed
commit d4eb02e586
5 changed files with 2650 additions and 11 deletions

View file

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