mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Set default config static dns + router
This commit is contained in:
parent
bcd90f80d0
commit
3ab19574f4
@ -2,5 +2,5 @@
|
||||
interface=wlan0
|
||||
domain-needed
|
||||
dhcp-range=10.3.141.50,10.3.141.255,255.255.255.0,12h
|
||||
dhcp-option=6,1.1.1.1,8.8.8.8
|
||||
dhcp-option=6,9.9.9.9,1.1.1.1
|
||||
|
||||
|
@ -13,5 +13,5 @@ nohook lookup-hostname
|
||||
# RaspAP wlan0 configuration
|
||||
interface wlan0
|
||||
static ip_address=10.3.141.1/24
|
||||
static routers=10.3.141.1
|
||||
static domain_name_server=9.9.9.9 1.1.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user