Skip to content

Share your VPN connection over hotspot or repeater! (root required)

License

Notifications You must be signed in to change notification settings

PeterG75/VPNHotspot

 
 

Repository files navigation

VPN Hotspot

Build Status API Releases Codacy Badge License

Connecting things to your VPN made simple. Share your VPN connection over hotspot or repeater. (root required)
or XDA Labs

This app is useful for:

  • Connecting things that don't support VPN like Chromecasts behind corporate firewalls;
  • Set up gapps behind corporate firewalls;
  • Connect to your mobile hotspot but you're not bothered to set up VPN on your device.

P.S. You can also do the similar on Windows and Mac. I don't know about you but I can't get my stupid Windows 10 to work with hosted network now that they introduced this Mobile hotspot.

This app is designed to do only minimal changes to your system, so there's almost no chance you will brick your device and/or break your Internet using this app under normal conditions. However there's also absolutely no guarantee it won't.

Q & A

Edit network name and/or password for repeater?

These are generated by Android system and can't be specified manually for now. You can however request a credential reset using the button in this app.

SSID is hardcoded to DIRECT-<random 2 char>-<your device name> so the only thing you can customize is the last part in system Wi-Fi direct settings. Password is hardcoded to a random 8 char string. Changing anything else requires replacing driver wpa_supplicant which we are not considering implementing.

Connect a 2.4GHz-only device to a 5GHz repeater?

You'll have to use WPS for now to make the repeater switch to 2.4GHz.

No root?

Without root, you can only:

  • View connected devices for system tethering and monitor them if your SELinux status is not enforcing (otherwise you can still do manual refreshes);
  • Play around with settings;
  • Alternatively you can use NetShare-no-root-tethering (requires manual proxy configuration) for normal repeater tethering.

About

Share your VPN connection over hotspot or repeater! (root required)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%