git404hub

what is vpnhotspot fr?

mygod/vpnhotspot — explained in plain English

Analysis updated 2026-06-26

5,787KotlinAudience · developerComplexity · 4/5Setup · hard

tl;dr

Android app that shares your phone's active VPN connection with other devices over a Wi-Fi hotspot. Requires root access. Routes all hotspot traffic through the VPN so connected gadgets like Chromecasts get the same protection and access as your phone.

vibe map

mindmap
  root((VPN Hotspot))
    Setup
      Root required
      Magisk install
      System app mode
    VPN Sharing
      Auto detect interface
      Manual interface
      IPv6 leak block
    Downstream Modes
      Address translation
      Android network service
      Client monitoring
    Use Cases
      Chromecast via VPN
      New device Google setup
      Bypass tether restrictions
    Compatibility
      Android 10 to 16
      Wi-Fi hotspot
      Repeater mode

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Share your phone VPN with a Chromecast or smart TV that has no built-in VPN support.

VIBE 2

Set up Google apps on a new Android device that cannot reach Google servers directly.

VIBE 3

Bypass carrier tethering restrictions by tunneling hotspot traffic through a VPN.

VIBE 4

Monitor and block specific devices connected to your hotspot.

what's the stack?

KotlinAndroidMagiskIPv6NAT

how it stacks up fr

mygod/vpnhotspotkickstarter/android-ossaistra0528/hail
Stars5,7875,7835,802
LanguageKotlinKotlinKotlin
Setup difficultyhardmoderatemoderate
Complexity4/53/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires a rooted Android device running Android 10, 16. Basic features work after install, advanced features need Magisk system-app installation.

License not mentioned in the explanation.

in plain english

VPN Hotspot is an Android app that lets your phone share its VPN connection with other devices over a Wi-Fi hotspot or repeater. Normally, when you turn on your phone hotspot, devices that connect to it use your carrier connection directly without going through any VPN you have running on the phone. This app routes all traffic from connected devices through the same VPN the phone is using. Root access is required. The app will not work on a standard unrooted Android device. The main use cases listed in the README are: connecting devices that have no VPN support of their own, such as Chromecasts, through a corporate firewall, setting up Google apps on a new device that cannot reach Google's servers directly, and bypassing carrier restrictions on tethering by using the app alongside a VPN service. The app also lets you monitor which devices are connected and block specific clients. The app supports several modes for handling how traffic is forwarded. On the upstream side, it can auto-detect which network interface belongs to the active VPN, or you can set it manually. On the downstream side, you can choose how it remaps the addresses of connected devices, with options ranging from a simple address translation to letting Android's own network service handle it. There is also an IPv6 blocking mode to prevent data from leaking outside the VPN tunnel. Some features require the app to be installed as a system-level app, which is a more involved process typically done with tools like Magisk. These include reading and writing the phone's Wi-Fi hotspot configuration and certain privileged network permissions. The app supports Android versions 10 through 16.1 at the time of the README. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
My phone has VPN Hotspot installed. How do I set it up so my Chromecast uses my phone's VPN connection?
prompt 2
What is the difference between the address translation mode and the Android network service mode in VPN Hotspot?
prompt 3
How do I install VPN Hotspot as a system app using Magisk, and why would I need to do that?
prompt 4
VPN Hotspot is not detecting my VPN interface automatically. How do I find and set the correct interface manually?
prompt 5
Does VPN Hotspot block IPv6 to prevent leaks, and how do I enable that option?

Frequently asked questions

what is vpnhotspot fr?

Android app that shares your phone's active VPN connection with other devices over a Wi-Fi hotspot. Requires root access. Routes all hotspot traffic through the VPN so connected gadgets like Chromecasts get the same protection and access as your phone.

What language is vpnhotspot written in?

Mainly Kotlin. The stack also includes Kotlin, Android, Magisk.

What license does vpnhotspot use?

License not mentioned in the explanation.

How hard is vpnhotspot to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is vpnhotspot for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.