shadow-tls 转发udp流量
nftables 解决方案
1 | nft add table inet my_nat_table |
nftables 部分指令
输出到文件持久化
1
nft list ruleset > /etc/nftables.conf
加载规则
1
nft -f /etc/nftables.conf
ss-rust 解决方案
1 | { |
1 | nft add table inet my_nat_table |
输出到文件持久化
1 | nft list ruleset > /etc/nftables.conf |
加载规则
1 | nft -f /etc/nftables.conf |
1 | { |