diff --git a/content/awesome-openwrt.md b/content/awesome-openwrt.md index da7f5e2..c8419a9 100644 --- a/content/awesome-openwrt.md +++ b/content/awesome-openwrt.md @@ -532,7 +532,8 @@ nft list tables nft add table ip mangle 创建 POSTROUTING 链(如果不存在) -nft add chain ip mangle POSTROUTING { type route hook postrouting priority 0 \; } +nft add chain ip mangle POSTROUTING { type nat hook postrouting priority 0 \; } + 添加 TTL 规则 nft add rule ip mangle POSTROUTING ip ttl set 64