Update bin/access-point.sh

This commit is contained in:
Zakary Timson 2024-07-27 15:08:04 -04:00
parent 98db0cd983
commit a0c9972b51

View File

@ -2,10 +2,7 @@
# Configuration ======================================================================================================= # Configuration =======================================================================================================
SSID="$HOSTNAME" # Default SSID to device hostname SSID="$HOSTNAME" # Defaults SSID to hostname
PASSWORD="" # Default password if not specified
DHCP_IP="10.10.10.1" # Device IP on access point
DHCP_START="10.10.10.2" # Start of DHCP IP pool DHCP_START="10.10.10.2" # Start of DHCP IP pool
DHCP_END="10.10.10.254" # End of DHCP IP pool DHCP_END="10.10.10.254" # End of DHCP IP pool
@ -13,6 +10,7 @@ DHCP_END="10.10.10.254" # End of DHCP IP pool
DISABLE=false DISABLE=false
FAILOVER="" FAILOVER=""
PASSWORD=""
QUIET=false QUIET=false
SCRIPT="$(basename $0)" SCRIPT="$(basename $0)"