From 2d17bb15d9a212c2b88e1e4989d78681d26b614f Mon Sep 17 00:00:00 2001 From: wintr Date: Mon, 10 Jan 2022 05:21:39 -0700 Subject: [PATCH] Adding ControlD to list of DNS providers. (#546) --- _data/dns/controld.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/dns/controld.yml diff --git a/_data/dns/controld.yml b/_data/dns/controld.yml new file mode 100644 index 00000000..12e2ff1c --- /dev/null +++ b/_data/dns/controld.yml @@ -0,0 +1,23 @@ +title: ControlD +homepage: 'https://controld.com/' +anycast: true +locations: + - CA +privacy_policy: + link: 'https://controld.com/privacy' +type: + name: Commercial +logs: + policy: true + text: Optional + tooltip: >- + Neither free nor premium service have logging enabled by default. Premium users can enable logging/analytics at will. + color: info +protocols: + - name: DoH + - name: DoT +dnssec: true +qname_minimization: true +filtering: Based on server choice +providers: + - name: Self \ No newline at end of file