mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Set default config static dns + router
This commit is contained in:
parent
bcd90f80d0
commit
3ab19574f4
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue