Merge pull request #296 from itdoginfo/firewall-new-mark

New mark and mask
This commit is contained in:
Kirill Sobakin
2026-01-22 13:03:36 +03:00
committed by GitHub

View File

@@ -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"