mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-02 09:49:30 -04:00
update
This commit is contained in:
@ -532,7 +532,8 @@ nft list tables
|
|||||||
nft add table ip mangle
|
nft add table ip mangle
|
||||||
|
|
||||||
创建 POSTROUTING 链(如果不存在)
|
创建 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 规则
|
添加 TTL 规则
|
||||||
nft add rule ip mangle POSTROUTING ip ttl set 64
|
nft add rule ip mangle POSTROUTING ip ttl set 64
|
||||||
|
Reference in New Issue
Block a user