mobileproxy.app

Folosirea proxy-ului dvs.

Wi-Fi split

Wi-Fi split permite unui telefon să folosească două rețele deodată: tunelul de control trece prin Wi-Fi-ul dvs., în timp ce traficul proxy iese în continuare prin SIM. IP-ul de ieșire rămâne celular; planul dvs. de date mobile face aproximativ jumătate din muncă.

Cum funcționează

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.

IP-ul de ieșire este întotdeauna cel al operatorului
Split-ul mută doar segmentul de tunel. Fiecare socket de ieșire este legat de interfața celulară la nivel de SO, așa că cererea părăsește întotdeauna telefonul prin date mobile — țintele văd IP-ul de operator, niciodată adresa Wi-Fi-ului dvs., indiferent dacă Wi-Fi-ul este prezent sau nu.

Când este activ

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.

Citirea statusului

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, … }, … }

Mai multe despre citirea stării unui dispozitiv se află în Status și utilizare.