diff --git a/README.md b/README.md index eea99ac..1696584 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ * Share your wifi like in Windows - Use wifi and enable hotspot at the same time. * Share a wifi access point from any network interface +* [Create a hotspot with VPN](#vpn-hotspot) - The hotspot has the traffic tunnelled through VPN. Useful for devices with no VPN app support like TV or gaming consoles. * Share wifi via QR code * MAC filter * View connected devices @@ -125,6 +126,15 @@ You can launch the GUI by searching for "Wifi Hotspot" in the Application Menu or using the terminal with: wihotspot + +

Create VPN Hotspot

+ +After connecting to VPN, Open `wihotspot` GUI. Select the virtual interface created by the VPN. In this case it is `tun0` + +![image](docs/vpn.png) + + + ## Run on Startup The `wihotspot` GUI uses `create_ap` to create and manage access points. This service and core logic was originally created by @@ -134,6 +144,10 @@ repository. Start the hotspot service on startup (using your saved configuration) with: systemctl enable create_ap + + + + ## Contributing diff --git a/docs/vpn.png b/docs/vpn.png new file mode 100644 index 0000000..13e98b3 Binary files /dev/null and b/docs/vpn.png differ