From cd5f8156c145cdb290d596e1489e05f8aa6f1eee Mon Sep 17 00:00:00 2001 From: dichgrem Date: Fri, 14 Mar 2025 10:52:56 +0800 Subject: [PATCH] update --- content/awesome-openwrt.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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