This commit is contained in:
2026-08-16 13:41:43 -03:00
parent 7b8e7bfbd0
commit 96ea761b72
76 changed files with 1399 additions and 3847 deletions
@@ -0,0 +1,8 @@
package tech.xvanturing.freeproxy.vpn
import tech.xvanturing.freeproxy.vpn.net.SessionKey
/** App attribution is intentionally disabled in the lightweight build. */
class AppResolver {
fun resolve(protocol: Int, key: SessionKey): String? = null
}