I turned an iPhone into a local proxy hub for device testing

by

I'm the independent developer behind MonoProxy. I built it for a narrow testing problem: the proxy laptop had become another dependency whenever I needed to check whether a phone, tablet, TV, or test device on the same LAN could actually connect and move traffic.

MonoProxy 2.4.0 runs one local endpoint on an iPhone or iPad for HTTP, HTTPS CONNECT, plain WebSocket, SOCKS4/4a, and SOCKS5 clients. The part I found most useful was separating three states that are often collapsed into one green light:

1. Listening: the endpoint is ready.
2. Client Connected: another device reached it.
3. Traffic Verified: bytes actually crossed the proxy.

The 2.4.0 update also focuses on the cases that expose weak proxy implementations: large downloads, regular and chunked uploads, Range requests, long-lived sessions, and network recovery. A local setup page gives nearby devices the current host, port, PAC details, and platform-oriented commands.

The limits are intentional. This is a local-network tool, not a VPN or a remote proxy service. It does not install a certificate or decrypt HTTPS, and iOS can still suspend networking after the app leaves the foreground.

Product details and screenshots:
App Store:

For anyone who tests devices on a LAN: which part usually fails first for you — reachability, proxy configuration, authentication, or proving that real traffic moved?

2 views

Add a comment

Replies

Be the first to comment