fix: avoid outbound traffic loop by adding NFT_OUTBOUND_MARK (0x90000) and mangle_output return rule (#248)

This commit is contained in:
Andrey Petelin
2026-01-14 10:29:13 +05:00
parent 4448c09c34
commit 1e9a7bffa4
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ NFT_COMMON_SET_NAME="podkop_subnets"
NFT_DISCORD_SET_NAME="podkop_discord_subnets"
NFT_INTERFACE_SET_NAME="interfaces"
NFT_FAKEIP_MARK="0x80000"
NFT_OUTBOUND_MARK="0x90000"
## sing-box
SB_REQUIRED_VERSION="1.12.0"