chore: pr review

Do not add self package by default

Signed-off-by: davfsa <davfsa@gmail.com>
pull/621/head
davfsa 2 weeks ago
parent ca303b1b44
commit e7d0a83904
No known key found for this signature in database
GPG Key ID: 8B2D9E0036D67C1C

@ -196,10 +196,6 @@ open class IPNService : VpnService(), libtailscale.IPNService {
}
if (allowPackages) {
// There always needs to be at least one allowed application for the VPN service to filter the
// traffic so add our own application by default to fulfill that requirement
packagesList += BuildConfig.APPLICATION_ID
for (packageName in packagesList) {
TSLog.d(TAG, "Including app: $packageName")
allowApp(b, packageName)

Loading…
Cancel
Save