mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 06:24:35 +03:00
ca171f702a
Change default `listen_host` from `127.0.0.1` to `0.0.0.0` so the proxy is reachable from other devices on the same network. This enables hotspot sharing: run the app on Android with hotspot enabled, and an iPhone/iPad/laptop on the same WiFi can use the proxy by pointing at the Android's hotspot IP (192.168.43.1:8080 for HTTP, :1081 for SOCKS5). On iOS, apps like Shadowrocket or Potatso can create a local VPN that routes all device traffic through the SOCKS5 proxy — giving full tunnel coverage without installing the app on the iOS device. Added a "Sharing via hotspot" section to README with setup steps for iOS, macOS, and Windows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>