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:
parent
3f890976ed
commit
d4eb02e586
5 changed files with 2650 additions and 11 deletions
8
xray-core/files/usr/share/xray-rules/xr-rules.uc
Normal file
8
xray-core/files/usr/share/xray-rules/xr-rules.uc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{%
|
||||
|
||||
include("set.uc");
|
||||
include("chain.uc", {proto: "tcp"});
|
||||
include("chain.uc", {proto: "udp"});
|
||||
|
||||
%}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue