{"package_name":"com.github.vgaj.proxy","name":"Proxy Exit","summary":"Use your phone's mobile connection as a proxy for desktop browsers.","category":"VPN & Proxy","icon_url":null,"latest_version_code":1,"latest_version_name":"1.0","apk_url":"/api/apk/com.github.vgaj.proxy","apk_size":4485408,"apk_sha256":"a87e465f5d2796e639efe776051b2a4379cb50566c7e19c1fb2df340e5e14559","source_kind":"fdroid-repo","repo_slug":"fdroid-main","last_updated":1779926423,"release_timestamp":1779878558,"description":"Proxy Exit is NOT a way to set up a proxy on your phone. It is a part of a setup to route your desktop browser's internet traffic through your phone's mobile data connection.\n\nSetup requires three components: a Proxy Server, this app, and a configured browser.\n\n● Start the Proxy Server\n\nRun the following Docker command on a machine accessible from the internet:\n\ndocker run -d -p 8888:8888 -p 9999:9999 -e AUTH_CODE=XXX registry.gitlab.com/viru7/proxy:latest\n\nPort 8888 — browser HTTP proxy connections\nPort 9999 — mobile app connections\nXXX — your chosen password\n\nIf the server is running on a home machine, ensure port 9999 is forwarded to it.\n\n● Configure the app\n\nEnter the server's IP address, port (9999), and your password, then tap Start.\n\nKeep the app running in the foreground while in use. If the connection to the server drops, the app will automatically retry every minute.\n\n● Configure your browser\n\nSet the browser's HTTP and HTTPS proxy to the server's IP address and port (8888).\n\nHow it works:\n\n1. The app connects to the Proxy Server, making the phone available as a proxy exit node.\n2. When the browser needs to make an HTTP request, it sends it to the Proxy Server.\n3. The Proxy Server forwards the request to the phone over the established connection.\n4. The phone fetches the content via mobile data and returns it through the server to the browser.\n\nFor more details see: https://gitlab.com/viru7/proxy\n","categories":["VPN & Proxy"]}