mirror of
https://github.com/garywill/linux-router.git
synced 2025-11-10 18:04:04 +01:00
rename to lnxrouter
This commit is contained in:
parent
ad1b0e473f
commit
ee18930c84
22
Readme.md
Normal file
22
Readme.md
Normal file
@ -0,0 +1,22 @@
|
||||
This is a fork of [create_ap]().
|
||||
Share your Linux's Internet access to other devices.
|
||||
|
||||
Usage
|
||||
|
||||
```
|
||||
# lnxrouter --ap wlan0 MyAccessPoint --password MyPassPhrase
|
||||
```
|
||||
|
||||
Features
|
||||
|
||||
- Create Wifi hotspot and share Internet via NAT method
|
||||
- DNS server
|
||||
- DHCP server
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
- Share Internet not creating Wifi hotspot
|
||||
- Redsocks (Transparent proxy)
|
||||
- Ban private network access
|
||||
- IPv6 support
|
||||
@ -1084,16 +1084,13 @@ while [[ -n "$1" ]]; do
|
||||
--ap)
|
||||
shift
|
||||
WIFI_IFACE="$1"
|
||||
echo wifi_iface is $WIFI_IFACE
|
||||
shift
|
||||
SSID="$1"
|
||||
echo ssid is $SSID
|
||||
shift
|
||||
;;
|
||||
--password)
|
||||
shift
|
||||
PASSPHRASE="$1"
|
||||
echo password is $PASSPHRASE
|
||||
shift
|
||||
;;
|
||||
--)
|
||||
Loading…
x
Reference in New Issue
Block a user