V7
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user