From 6230d787f75a552dd24e5b607554db11916da22b Mon Sep 17 00:00:00 2001 From: Yo Date: Wed, 1 Jan 2020 17:29:55 +0000 Subject: [PATCH] Update dhcpcd.conf dns safe Quad9 provides DNSSEC validation on our primary resolvers. in addition Quad9 validate DNSSEC on our EDNS enabled service. Quad9 does not and never will share any of its data with marketers, nor will it use this data for demographic analysis. This means that for domains that implement DNSSEC security, the Quad9 system will cryptographically ensure that the response provided matches the intended response of the domain operator. In the event of a cryptographic failure, our system will not return an answer at all. This ensures protection against domain spoofing or other attacks that attempt to provide false data. Learn more about DNSSEC here: https://www.icann.org/resources/pages/dnssec-qaa-2014-01-29-en --- config/dhcpcd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf index 971a5733..5804655b 100644 --- a/config/dhcpcd.conf +++ b/config/dhcpcd.conf @@ -14,7 +14,7 @@ nohook lookup-hostname interface wlan0 static ip_address=10.3.141.1/24 static routers=10.3.141.1 -static domain_name_server=1.1.1.1 8.8.8.8 +static domain_name_server=9.9.9.9 1.1.1.1 # RaspAP uap0 configuration interface uap0