From 3ab19574f47128625a29da06977b47c5c11ca1aa Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 15 Dec 2020 17:33:02 +0100 Subject: [PATCH] Set default config static dns + router --- config/090_wlan0.conf | 2 +- config/dhcpcd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/090_wlan0.conf b/config/090_wlan0.conf index 56234784..8cabda48 100644 --- a/config/090_wlan0.conf +++ b/config/090_wlan0.conf @@ -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 diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf index e3fbe11a..084596ca 100644 --- a/config/dhcpcd.conf +++ b/config/dhcpcd.conf @@ -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 -