mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added uap0 config
This commit is contained in:
parent
479ac2ce1c
commit
2d21830143
@ -10,8 +10,13 @@ require dhcp_server_identifier
|
|||||||
slaac private
|
slaac private
|
||||||
nohook lookup-hostname
|
nohook lookup-hostname
|
||||||
|
|
||||||
# RaspAP-WebGui wireless configuration
|
# 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
|
||||||
static domain_name_server=1.1.1.1 8.8.8.8
|
static domain_name_server=1.1.1.1 8.8.8.8
|
||||||
|
|
||||||
|
# RaspAP uap0 configuration
|
||||||
|
interface uap0
|
||||||
|
static ip_address=192.168.50.1/24
|
||||||
|
nohook wpa_supplicant
|
||||||
|
Loading…
Reference in New Issue
Block a user