mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Decouple default settings from wlan0 cfg
This commit is contained in:
parent
6d331c3ebd
commit
827f37385f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user