Decouple default settings from wlan0 cfg

This commit is contained in:
billz 2020-11-26 17:18:04 +00:00
parent 6d331c3ebd
commit 827f37385f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# RaspAP wlan0 configuration # RaspAP default configuration
hostname hostname
clientid clientid
persistent persistent
@ -9,6 +9,8 @@ option ntp_servers
require dhcp_server_identifier require dhcp_server_identifier
slaac private slaac private
nohook lookup-hostname nohook lookup-hostname
# RaspAP wlan0 configuration
interface wlan0 interface wlan0
static ip_address=10.3.141.1/24 static ip_address=10.3.141.1/24
static routers=10.3.141.1 static routers=10.3.141.1