Android Tunneling Client support? #83

Closed
opened 2025-11-10 13:54:00 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @t2t-sonbui on GitHub (Jun 20, 2024).

The services are excellent and suitable for many different uses. But I'm not sure if any of the services listed here support Android tunneling clients. I have some apps running on android that need to use it, at least TCP. I want to add that service to my application so that clients can use it more easily instead of sharing the connection over the local network, then using the client from the computer

Originally created by @t2t-sonbui on GitHub (Jun 20, 2024). The services are excellent and suitable for many different uses. But I'm not sure if any of the services listed here support Android tunneling clients. I have some apps running on android that need to use it, at least TCP. I want to add that service to my application so that clients can use it more easily instead of sharing the connection over the local network, then using the client from the computer
Author
Owner

@anderspitman commented on GitHub (Jun 20, 2024):

Tailscale is the best thing I can think of. Maybe combined with their Funnel service?

I'm not aware of any pure tunnels that run on Android. I prototyped this a few years ago with boringproxy. It worked, but it was a pain to implement and I never really got it to a usable status.

I think the problem is there's not currently much server software that runs on Android.

@anderspitman commented on GitHub (Jun 20, 2024): Tailscale is the best thing I can think of. Maybe combined with their Funnel service? I'm not aware of any pure tunnels that run on Android. I prototyped this a few years ago with boringproxy. It worked, but it was a pain to implement and I never really got it to a usable status. I think the problem is there's not currently much server software that runs on Android.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tunneling#83