Update scripts README with new feature, example

This commit is contained in:
DevinKott 2023-08-17 10:39:04 -06:00
parent 655afa9ea4
commit 623246543c

View File

@ -8,6 +8,7 @@
* Choose the AP Gateway IP (only for 'NATed' and 'None' Internet sharing methods).
* You can create an AP with the same interface you are getting your Internet connection.
* You can pass your SSID and password through pipe or through arguments (see examples).
* Set DHCP IP range
## Dependencies
@ -74,6 +75,9 @@
### Client Isolation:
create_ap --isolate-clients wlan0 eth0 MyAccessPoint MyPassPhrase
### Custom DHCP scope
create_ap wlp8s0 MyAccessPoint MyPassPhrase --dhcp-range 150,155
## Systemd service
Using the persistent [systemd](https://wiki.archlinux.org/index.php/systemd#Basic_systemctl_usage) service
### Start service immediately: