Compare commits

...

2 Commits

Author SHA1 Message Date
Kirill Sobakin
c30160d8d3 Merge pull request #296 from itdoginfo/firewall-new-mark
New mark and mask
2026-01-22 13:03:36 +03:00
Kirill Sobakin
42f75c3374 fix: new mark 2026-01-22 13:01:36 +03:00

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"