Please answer the following questions for yourself before submitting an issue
AdGuard version
./releases/download/v4.12.3/adguard-4.12.3.apk
Environment
-
OS
-
Details
#!/usr/bin/env sh
adb shell "
getprop | grep -E \
-e '^\[ro\.build\.display\.id\]:' \
-e '^\[ro\.build\.fingerprint\]:' \
-e '^\[ro\.build\.version\.sdk(_full)?\]:'
" \
| sed -E 's/^\[([^]]+)\]: \[([^]]*)\]$/\1: \2/' \
| yq -P
-
ro.build.display.id: FP5.VT2Q.C.092.20260330
ro.build.fingerprint: Fairphone/FP5/FP5:15/AQ3A.240912.001/VT2Q:user/release-keys
ro.build.version.sdk: 35
-
Android device model
-
Details
#!/usr/bin/env sh
adb shell "
getprop | grep -E \
-e '^\[ro\.product\.brand\]:' \
-e '^\[ro\.build\.product\]:'
" \
| sed -E 's/^\[([^]]+)\]: \[([^]]*)\]$/\1: \2/' \
| yq -P
-
ro.product.brand: Fairphone
ro.build.product: FP5
HTTPS filtering
Root access
Integration with AdGuard VPN
Routing mode
Local VPN
Ad Blocking
AdGuard Base filter, AdGuard Mobile Ads filter
Privacy
AdGuard Tracking Protection filter
Social
AdGuard Social Media filter
Annoyances
AdGuard Cookie Notices filter, AdGuard Popups filter, AdGuard Mobile App Banners filter, AdGuard Other Annoyances filter, AdGuard Widgets filter
Security
Online Malicious URL Blocklist
Language-specific
AdGuard Russian filter, AdGuard Japanese filter
Other
No response
Which DNS server do you use?
Automatic DNS
DNS protocol
I do not know.
Custom DNS
It should equivalate the undermentioned:
-
Details
#!/usr/bin/env sh
resolvectl
-
Current DNS Server: fe80::a2b5:3cff:fed0:390c
DNS Servers: 192.168.1.1 fdce:b268:c9db::1 fe80::a2b5:3cff:fed0:390c
DNS Domain: lan
Essentially, they're not custom. Instead, they're the ISP values that are provided by my gateway.
To demonstrate:
What Stealth Mode options do you have enabled?
No response
Issue Details
-
After installing the application, via the standard package installer, invoked by Obtainium.
-
AdGuard commenced account login.
-
I attempted to generate an account entrant, via my FlorisBoard's Bitwarden integration.
Expected Behavior
Bitwarden should have operated.
Actual Behavior
It failed to connect, until I disabled the VPN (then, re-enabled it).
Screenshots
Additional Information
Had I been able to reproduce this, I would provide Bitwarden Flight Recorder logs, and PCAP. Unfortunately, I neglected to even capture logcat's output. However, I've:
Stacktrace:
java.net.ConnectException: Failed to connect to identity.bitwarden.com/[2a04:4e42:4c::347]:443
d02.i(r8-map-id-55262569c521ac8d4f0505cb16fb7222d318dcda1292d9523b5269887d3d64b3:134)
d02.d(r8-map-id-55262569c521ac8d4f0505cb16fb7222d318dcda1292d9523b5269887d3d64b3:26)
td3.a(r8-map-id-55262569c521ac8d4f0505cb16fb7222d318dcda1292d9523b5269887d3d64b3:3)
q9.a(r8-map-id-55262569c521ac8d4f0505cb16fb7222d318dcda1292d9523b5269887d3d64b3:67)
q9.run(r8-map-id-55262569c521ac8d4f0505cb16fb7222d318dcda1292d9523b5269887d3d64b3:204)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1154)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:652)
java.lang.Thread.run(Thread.java:1564)
Version: 2026.4.2 (21562)
Device: 📱 Fairphone FP5 🤖 15@35 📦 prod
CI: 🧱 commit: bitwarden/android/release/hotfix-v2026.4.1-bwpm@2e88a418a11a042fed230a0871cdcaa9bbff0c04
💻 build source: bitwarden/android/actions/runs/25866701011/attempts/1
Please answer the following questions for yourself before submitting an issue
AdGuard version
./releases/download/v4.12.3/adguard-4.12.3.apkEnvironment
OS
Details
Android device model
Details
HTTPS filtering
Root access
Integration with AdGuard VPN
Routing mode
Local VPN
Ad Blocking
AdGuard Base filter, AdGuard Mobile Ads filter
Privacy
AdGuard Tracking Protection filter
Social
AdGuard Social Media filter
Annoyances
AdGuard Cookie Notices filter, AdGuard Popups filter, AdGuard Mobile App Banners filter, AdGuard Other Annoyances filter, AdGuard Widgets filter
Security
Online Malicious URL Blocklist
Language-specific
AdGuard Russian filter, AdGuard Japanese filter
Other
No response
Which DNS server do you use?
Automatic DNS
DNS protocol
I do not know.
Custom DNS
It should equivalate the undermentioned:
Details
#!/usr/bin/env sh resolvectlEssentially, they're not custom. Instead, they're the ISP values that are provided by my gateway.
To demonstrate:
What Stealth Mode options do you have enabled?
No response
Issue Details
After installing the application, via the standard package installer, invoked by Obtainium.
AdGuard commenced account login.
I attempted to generate an account entrant, via my FlorisBoard's Bitwarden integration.
Expected Behavior
Bitwarden should have operated.
Actual Behavior
It failed to connect, until I disabled the VPN (then, re-enabled it).
Screenshots
Additional Information
Had I been able to reproduce this, I would provide Bitwarden Flight Recorder logs, and PCAP. Unfortunately, I neglected to even capture
logcat's output. However, I've: