vpnhide/data
okhsunrog 54242b1140 fix(filter): catch tunnels renamed to if<N> (issue #86)
Add a single TOML rule `prefix = "if", suffix = "digits"` to the shared
matcher. Renames using the kernel's default anonymous-netdev naming
(`ip link set tun0 name if33`) — the exact attack from issue #86 — now
get hidden by every component (kmod, zygisk, lsposed, lsposed-native).

The shape is intentionally narrow: `if` + 1+ ASCII digits only. `ifb<N>`
(intermediate-functional-block traffic shaping) has a letter after `if`
and is not matched.
2026-04-26 04:08:36 +03:00
..
interfaces.toml fix(filter): catch tunnels renamed to if<N> (issue #86) 2026-04-26 04:08:36 +03:00