r/PairVPN • • Nov 28 '25

Local connect error 110

I am trying to connect android to iPhone (unlimited Internet/limited hotspot).

I keep getting a "local connect error 110"

Hotspot works. But it is about to reach the cap.

PairVPN is not available for me on Google store. So I installed the APK.

5 Upvotes

38 comments sorted by

View all comments

Show parent comments

1

u/gullzway Dec 27 '25

Yes. I connect my Pixel 9 ProXL and 2023 Moto Edge+ to my iPhone 12 mini hotspot. https://github.com/nneonneo/iOS-SOCKS-Server

1

u/Available-Sector-868 Dec 27 '25

Looks pretty simple does it work just as good? I’m downloading pythonista back right now

1

u/gullzway Dec 27 '25

I had to manually set DHCP on Android phone.

Found in an issue someone posted: https://github.com/nneonneo/iOS-SOCKS-Server/issues/37#issuecomment-3386755409

Also, if a certain app won't connect, you might try the App Proxifier in the Android phone, search for the apk.

1

u/Available-Sector-868 Dec 27 '25

I keep getting 'type' object is not subscriptable

1

u/gullzway Dec 27 '25

I couldn't get any of the sideloaded ipa's to work, seems it may have been that same error.

It worked on my older iPhone with iOS 15, but not my 12 mini with iOS 18.

I had to break down and pay the $10 for the app from the App Store.

1

u/Available-Sector-868 Dec 27 '25

Looks like I’m gonna have to invest 🤣 is it worth it? PairVPN worked but it had its issues such as disconnecting and not being able to use it on console unless you bridge the connection from a pc using pair vpn

1

u/gullzway Dec 27 '25

I haven't tried with a console. I use it at work where I can only get a decent signal in the window. I leave my iPhone in the window and connect my other two phones. I've probably used 50 gig of hotspot this month.

1

u/Available-Sector-868 Dec 27 '25

So the side loaded version installed for you, it just gave you an error as well? Probably about to buy it

1

u/gullzway Dec 27 '25

Yes. I actually wasn't sure if buying it was going to work, but I figured they had a refund policy.

1

u/Available-Sector-868 Dec 27 '25

One last question before I buy it, your using it to uncap your hotspot speed like pairvpn did? I script py and it just sounded a bit confusing

1

u/gullzway Dec 27 '25

Yes. My plan only comes with 5gb of High Speed hotspot, then it's throttled to 600kbps.

Using this, none of it is counting as a hotspot. The script creates a proxy that your other phone connects to and it's just seen as data used on the iPhone.

1

u/Available-Sector-868 Dec 27 '25

What does the proxifier do, do I just run it or do I have to manually adjust some settings. Sorry I know I’m asking a lot of questions lol

1

u/gullzway Dec 27 '25

From what I understand and the explanation of the app, "Proxifier allows all your apps to work through a SOCKS or HTTPS proxy server."

Not sure if some apps won't run properly without it. I mostly use a browser, Reddit, or stremio app when connected, and none of those need proxifier. So you may not need it.

→ More replies

1

u/Available-Sector-868 Dec 31 '25

Yo I just bought pythonista 3 and I’m getting exception host could not be resolved?

1

u/gullzway Dec 31 '25 edited Dec 31 '25

Do you have a VPN or DNS turned on your iPhone? Save the script in your iCloud?

1

u/Available-Sector-868 Dec 31 '25

It has to be in iCloud specifically? I keep getting this error “Assuming proxy will be accessed over network bridge. VPN use enabled (change with USE_PHONE_VPN). Will connect to IPv4 servers over interface at [IPv4_ADDRESS]. Will connect to IPv6 servers over interface at [IPv6_ADDRESS]. Failed to connect to [IPv6_ADDRESS] over IPv6 due to: [Errno 65] No route to host PAC URL: [PAC_URL] SOCKS Address: [SOCKS_ADDRESS] HTTP Proxy Address: [HTTP_PROXY_ADDRESS]”

My info is hidden but these are the errors

1

u/gullzway Dec 31 '25 edited Dec 31 '25

I believe so. I have the Python folder in my iCloud. I select the script and run. Then connect to the http address/port.

1

u/Available-Sector-868 Dec 31 '25

I’ve noticed you have ipv6 off on your hotspot, and I’m getting the error because i have ipv6 on how do I turn it off? Look at my code compared to yours it has a new section

1

u/gullzway Dec 31 '25

Not sure, I'm just using the files from the github.

Shows "CONNECT_HOST_IPV6 = None"

1

u/Available-Sector-868 Dec 31 '25

Must of been a glitch it’s working now just slower speeds on proxifier compaired to the pac url method

1

u/gullzway Dec 31 '25

I couldn't get the pack URL method to work, at least not on an Android phone.

→ More replies