From 827f37385f46fa444a4758643bb38088027999b7 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 26 Nov 2020 17:18:04 +0000 Subject: [PATCH] Decouple default settings from wlan0 cfg --- config/dhcpcd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf index 13fb76fd..994861b4 100644 --- a/config/dhcpcd.conf +++ b/config/dhcpcd.conf @@ -1,4 +1,4 @@ -# RaspAP wlan0 configuration +# RaspAP default configuration hostname clientid persistent @@ -9,6 +9,8 @@ option ntp_servers require dhcp_server_identifier slaac private nohook lookup-hostname + +# RaspAP wlan0 configuration interface wlan0 static ip_address=10.3.141.1/24 static routers=10.3.141.1