mobileproxy.app

Korzystanie z proxy

Podział Wi-Fi

Podział Wi-Fi pozwala telefonowi używać dwóch sieci naraz: tunel sterujący korzysta z Twojego Wi-Fi, a ruch proxy wciąż wychodzi przez SIM. Wyjściowy IP pozostaje komórkowy; Twój pakiet danych komórkowych wykonuje z grubsza połowę pracy.

Jak to działa

Wi-Fi split is an explicit preference and starts off disabled. Enable it in the phone app, dashboard, or API when you want the control tunnel to use Wi-Fi while proxy egress remains cellular. The desired setting can briefly differ from what the phone reports while a command is pending.

Wyjściowy IP zawsze należy do operatora
Podział przenosi tylko odcinek tunelu. Każde gniazdo wyjściowe jest związane z interfejsem komórkowym na poziomie systemu operacyjnego, więc żądanie zawsze opuszcza telefon przez dane komórkowe — cele widzą IP operatora, nigdy adres Twojego Wi-Fi, niezależnie od tego, czy Wi-Fi jest obecne.

Kiedy jest aktywny

It is active only after you enable it and the paired phone reports that Wi-Fi is enabled. If Wi-Fi disappears, cellular egress remains available and the reported state changes separately from your saved preference.

Odczyt statusu

Read wifi_split as the desired setting and reported.wifi_enabled as the phone's observed state. reported.wifi_can_toggle tells you whether Android permits remote Wi-Fi changes.

curl https://mobileproxy.app/api/v1/subscriptions/SUBSCRIPTION_ID/state \
     -H "Authorization: Bearer mpx_live_…"

# → { "subscription_id": "sub_…", "wifi_split": true,
#     "reported": { "wifi_enabled": true, "wifi_can_toggle": false, … }, … }

Więcej o odczytywaniu stanu urządzenia znajdziesz w sekcji Status i zużycie.