Set default config static dns + router

This commit is contained in:
Bill Zimmerman 2020-12-15 17:33:02 +01:00
parent bcd90f80d0
commit 3ab19574f4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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