packages/net/shadowsocks-libev/files/ss-rules
Zhong Jianxin 2de9035bda shadowsocks-libev: add nft_tcp_extra/nft_udp_extra options
To add extra statement to tcp/udp forward rule, example:

```
config ss_rules 'ss_rules'
    ...
    option nft_tcp_extra 'tcp dport { 80, 443 }' # tcp only forward connections with dport 80 or 443
    option nft_udp_extra 'udp dport { 53 }' # udp only forward connections with dport 53
```

This somewhat restores the old ipt_args functionality.

Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(Amend README.md a bit)
2022-03-07 10:09:56 +08:00
..
chain.uc shadowsocks-libev: add nft_tcp_extra/nft_udp_extra options 2022-03-07 10:09:56 +08:00
set.uc shadowsocks-libev: convert to using nft 2022-03-01 10:06:48 +08:00
ss-rules.uc shadowsocks-libev: convert to using nft 2022-03-01 10:06:48 +08:00