mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Merge pull request #291 from ShrirajHegde/master
Add VPN Hotspot in features and instructions
This commit is contained in:
commit
b6caffdd34
14
README.md
14
README.md
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
* Share your wifi like in Windows - Use wifi and enable hotspot at the same time.
|
* Share your wifi like in Windows - Use wifi and enable hotspot at the same time.
|
||||||
* Share a wifi access point from any network interface
|
* 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
|
* Share wifi via QR code
|
||||||
* MAC filter
|
* MAC filter
|
||||||
* View connected devices
|
* View connected devices
|
||||||
@ -126,6 +127,15 @@ or using the terminal with:
|
|||||||
|
|
||||||
wihotspot
|
wihotspot
|
||||||
|
|
||||||
|
<h2 id="vpn-hotspot">Create VPN Hotspot</h2>
|
||||||
|
|
||||||
|
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
|
## Run on Startup
|
||||||
The `wihotspot` GUI uses `create_ap` to create and manage access points. This service and core logic was originally created by
|
The `wihotspot` GUI uses `create_ap` to create and manage access points. This service and core logic was originally created by
|
||||||
[@oblique](http://github.com/oblique), and are now maintained in this
|
[@oblique](http://github.com/oblique), and are now maintained in this
|
||||||
@ -135,6 +145,10 @@ Start the hotspot service on startup (using your saved configuration) with:
|
|||||||
|
|
||||||
systemctl enable create_ap
|
systemctl enable create_ap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you found a bug or you have an idea about improving this make an issue. Even a small contribution make open source world more beautiful.
|
If you found a bug or you have an idea about improving this make an issue. Even a small contribution make open source world more beautiful.
|
||||||
|
BIN
docs/vpn.png
Normal file
BIN
docs/vpn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue
Block a user