[bug] socks5 proxyUrl has no effect on Android #12865
Labels
platform: Android
status: needs triage
This issue needs to triage, applied to new issues
type: bug
type: documentation
Need to update the API documentation
Describe the bug
when setting socks5 proxy in tauri.conf.json
in which bgp.he.net is a website that can show visitor's IP,
and run it on Android using
pnpm tauri android dev
,then my real IP is shown.
While by configuring Firefox Nightly's socks5 proxy, I can get my proxy' IP.
This means the
proxyUrl
setting does not work.Reproduction
I create a example project:
https://github.com/fokx/tauri-app-reproduction-socks5-error-android
created by
pnpm create tauri-app
with vanilla setting, pnpm as pkg manager, and has socks5 proxy and url configured.then running
Expected behavior
The app should show my proxy server's IP.
Full
tauri info
outputStack trace
Additional context
I have tested the socks5 proxy setting on Win10, Win11, and Linux, they all work. Just does not work on Android.
The text was updated successfully, but these errors were encountered: