Browse Source

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
pull/466/head
Yo 3 years ago
committed by GitHub
parent
commit
6230d787f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/dhcpcd.conf

2
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

Loading…
Cancel
Save