mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 11:30:09 +00:00
Merge pull request #318 from ryuuzaki42/update_version_year
Update version and year
This commit is contained in:
commit
0e3ff4df04
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2021, lakinduaksh
|
||||
Copyright (c) 2023, lakinduaksh
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
16
README.md
16
README.md
@ -12,7 +12,7 @@
|
||||
#### Thank you for all the contributions made while I'm not active on this repository.
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
* 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.
|
||||
@ -62,8 +62,8 @@ sudo apt install linux-wifi-hotspot
|
||||
|
||||
#### Arch based distributions
|
||||
|
||||
Linux Wifi Hotspot is available as an [AUR package](https://aur.archlinux.org/packages/linux-wifi-hotspot/). You can install it manually or with your favourite AUR helper.
|
||||
For example, if you use `yay` you can do:
|
||||
Linux Wifi Hotspot is available as an [AUR package](https://aur.archlinux.org/packages/linux-wifi-hotspot/). You can install it manually or with your favourite AUR helper.
|
||||
For example, if you use `yay` you can do:
|
||||
`yay -S linux-wifi-hotspot`
|
||||
|
||||
## Dependencies
|
||||
@ -117,16 +117,16 @@ sudo dnf install -y gtk3-devel gcc gcc-c++ kernel-devel pkg-config make hostapd
|
||||
|
||||
#install
|
||||
sudo make install
|
||||
|
||||
|
||||
## Uninstallation
|
||||
sudo make uninstall
|
||||
|
||||
|
||||
## Running
|
||||
You can launch the GUI by searching for "Wifi Hotspot" in the Application Menu
|
||||
or using the terminal with:
|
||||
|
||||
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`
|
||||
@ -144,7 +144,7 @@ repository.
|
||||
Start the hotspot service on startup (using your saved configuration) with:
|
||||
|
||||
systemctl enable create_ap
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -168,7 +168,7 @@ FreeBSD
|
||||
|
||||
Copyright (c) 2013, oblique
|
||||
|
||||
Copyright (c) 2021, lakinduakash
|
||||
Copyright (c) 2023, lakinduakash
|
||||
|
||||
|
||||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot?ref=badge_large)
|
||||
|
@ -24,7 +24,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
*All modification to this software is under following licence
|
||||
|
||||
Copyright (c) 2021, lakinduaksh
|
||||
Copyright (c) 2023, lakinduaksh
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
@ -46,4 +46,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
@ -9,13 +9,13 @@
|
||||
<property name="type_hint">dialog</property>
|
||||
<property name="gravity">center</property>
|
||||
<property name="program_name">Linux Wifi Hotspot</property>
|
||||
<property name="version">4.4.0</property>
|
||||
<property name="copyright" translatable="yes">(c) lakinduakash 2021</property>
|
||||
<property name="version">4.5.0</property>
|
||||
<property name="copyright" translatable="yes">(c) lakinduakash 2023</property>
|
||||
<property name="comments" translatable="yes">For more info visit
|
||||
https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
||||
<property name="website">https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
||||
<property name="website_label" translatable="yes">Star on Github</property>
|
||||
<property name="license" translatable="yes">Copyright (c) 2021, lakinduaksh
|
||||
<property name="license" translatable="yes">Copyright (c) 2023, lakinduaksh
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
Loading…
Reference in New Issue
Block a user