From 42f75c3374f5e976b99f870852782ee1ccb12f6e Mon Sep 17 00:00:00 2001 From: Kirill Sobakin Date: Thu, 22 Jan 2026 13:01:36 +0300 Subject: [PATCH] fix: new mark --- podkop/files/usr/lib/constants.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podkop/files/usr/lib/constants.sh b/podkop/files/usr/lib/constants.sh index 4c52a7b..563ad0c 100644 --- a/podkop/files/usr/lib/constants.sh +++ b/podkop/files/usr/lib/constants.sh @@ -20,8 +20,8 @@ NFT_LOCALV4_SET_NAME="localv4" 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" +NFT_FAKEIP_MARK="0x00100000" +NFT_OUTBOUND_MARK="0x00200000" ## sing-box SB_REQUIRED_VERSION="1.12.0"