From 687c16810e23c08daf53a32bf032155a9f5dd6fe Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 20 Nov 2020 13:35:52 +0000 Subject: [PATCH] Update default dhcpcd config --- config/dhcpcd.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf index 22a4ae18..13fb76fd 100644 --- a/config/dhcpcd.conf +++ b/config/dhcpcd.conf @@ -1,4 +1,4 @@ -# Defaults from Raspberry Pi configuration +# RaspAP wlan0 configuration hostname clientid persistent @@ -9,19 +9,8 @@ option ntp_servers require dhcp_server_identifier slaac private nohook lookup-hostname - -#denyinterfaces eth0 wlan0 #BRIDGED - -# RaspAP br0 configuration -interface br0 - -# 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 -# RaspAP uap0 configuration -interface uap0 -static ip_address=192.168.50.1/24 -nohook wpa_supplicant