├── .github └── funding.yml ├── .prettierrc.json ├── LICENSE ├── README.cmn-CN.md ├── README.cmn-TW.md ├── README.md ├── generate.js ├── languages ├── 01-en.json ├── 01-en.md ├── 02-cmn-CN.json ├── 02-cmn-CN.md ├── 03-cmn-TW.json └── 03-cmn-TW.md ├── profiles ├── 360-https.mobileconfig ├── adguard-default-https.mobileconfig ├── adguard-default-tls.mobileconfig ├── adguard-family-https.mobileconfig ├── adguard-family-tls.mobileconfig ├── adguard-nofilter-https.mobileconfig ├── adguard-nofilter-tls.mobileconfig ├── alekberg-https.mobileconfig ├── alibaba-https.mobileconfig ├── alibaba-tls.mobileconfig ├── blahdns-cdn-adblock-doh1.mobileconfig ├── blahdns-cdn-unfiltered-doh1.mobileconfig ├── blahdns-germany-doh.mobileconfig ├── blahdns-singapore-doh.mobileconfig ├── canadianshield-family-https.mobileconfig ├── canadianshield-family-tls.mobileconfig ├── canadianshield-private-https.mobileconfig ├── canadianshield-private-tls.mobileconfig ├── canadianshield-protected-https.mobileconfig ├── canadianshield-protected-tls.mobileconfig ├── cleanbrowsing-adult-https.mobileconfig ├── cleanbrowsing-adult-tls.mobileconfig ├── cleanbrowsing-family-https.mobileconfig ├── cleanbrowsing-family-tls.mobileconfig ├── cleanbrowsing-security-https.mobileconfig ├── cleanbrowsing-security-tls.mobileconfig ├── cloudflare-family-https.mobileconfig ├── cloudflare-https.mobileconfig ├── cloudflare-malware-https.mobileconfig ├── cloudflare-tls.mobileconfig ├── dns4eu-https.mobileconfig ├── dns4eu-malware-https.mobileconfig ├── dns4eu-malware-tls.mobileconfig ├── dns4eu-protective-ads-https.mobileconfig ├── dns4eu-protective-ads-tls.mobileconfig ├── dns4eu-protective-child-ads-https.mobileconfig ├── dns4eu-protective-child-ads-tls.mobileconfig ├── dns4eu-protective-child-https.mobileconfig ├── dns4eu-protective-child-tls.mobileconfig ├── dns4eu-tls.mobileconfig ├── dnspod-https.mobileconfig ├── dnspod-tls.mobileconfig ├── fdn-https.mobileconfig ├── fdn-tls.mobileconfig ├── ffmucdns-https.mobileconfig ├── ffmucdns-tls.mobileconfig ├── google-https.mobileconfig ├── google-tls.mobileconfig ├── keweondns-doh.mobileconfig ├── keweondns-dot.mobileconfig ├── mullvad-adblock-doh.mobileconfig ├── mullvad-doh.mobileconfig ├── opendns-family-https.mobileconfig ├── opendns-https.mobileconfig ├── quad9-ECS-https.mobileconfig ├── quad9-ECS-tls.mobileconfig ├── quad9-https.mobileconfig ├── quad9-nofilter-https.mobileconfig ├── quad9-nofilter-tls.mobileconfig ├── quad9-tls.mobileconfig ├── template-on-demand.mobileconfig ├── tiarapp-https.mobileconfig └── tiarapp-tls.mobileconfig ├── providers ├── 00-360.json ├── 01-adguard-default.json ├── 02-adguard-family.json ├── 03-adguard-nofilter.json ├── 04-alekberg.json ├── 05-alibaba.json ├── 06-blahdns-cdn-adblock.json ├── 07-blahdns-cdn-unfiltered.json ├── 08-blahdns-germany.json ├── 09-blahdns-singapore.json ├── 10-canadianshield-private.json ├── 11-canadianshield-protected.json ├── 12-canadianshield-family.json ├── 13-cleanbrowsing-family.json ├── 14-cleanbrowsing-adult.json ├── 15-cleanbrowsing-security.json ├── 16-cloudflare.json ├── 17-cloudflare-malware.json ├── 18-cloudflare-family.json ├── 19-dnspod.json ├── 20-fdn.json ├── 21-google.json ├── 22-keweondns.json ├── 23-mullvad.json ├── 24-mullvad-adblock.json ├── 25-opendns.json ├── 26-opendns-family.json ├── 27-quad9.json ├── 28-quad9-ECS.json ├── 29-quad9-nofilter.json ├── 30-tiarapp.json ├── 31-dns4eu.json ├── 32-dns4eu-malware.json ├── 33-dns4eu-protective-ads.json ├── 34-dns4eu-protective-child.json ├── 35-dns4eu-protective-child-ads.json └── 36-ffmuc-dns.json └── signed ├── 360-https.mobileconfig ├── adguard-default-https.mobileconfig ├── adguard-default-tls.mobileconfig ├── adguard-family-https.mobileconfig ├── adguard-family-tls.mobileconfig ├── adguard-nofilter-https.mobileconfig ├── adguard-nofilter-tls.mobileconfig ├── alekberg-https.mobileconfig ├── alibaba-https.mobileconfig ├── alibaba-tls.mobileconfig ├── archuser-https.mobileconfig ├── archuser-tls.mobileconfig ├── blahdns-cdn-adblock-doh1.mobileconfig ├── blahdns-cdn-unfiltered-doh1.mobileconfig ├── blahdns-germany-doh.mobileconfig ├── blahdns-singapore-doh.mobileconfig ├── canadianshield-family-https.mobileconfig ├── canadianshield-family-tls.mobileconfig ├── canadianshield-private-https.mobileconfig ├── canadianshield-private-tls.mobileconfig ├── canadianshield-protected-https.mobileconfig ├── canadianshield-protected-tls.mobileconfig ├── cloudflare-family-https.mobileconfig ├── cloudflare-https.mobileconfig ├── cloudflare-malware-https.mobileconfig ├── cloudflare-tls.mobileconfig ├── dnspod-https.mobileconfig ├── dnspod-tls.mobileconfig ├── google-https.mobileconfig ├── google-tls.mobileconfig ├── keweondns-doh.mobileconfig ├── keweondns-dot.mobileconfig ├── mullvad-adblock-doh.mobileconfig ├── mullvad-doh.mobileconfig ├── opendns-family-https.mobileconfig ├── opendns-https.mobileconfig ├── quad9-ECS-https.mobileconfig ├── quad9-ECS-tls.mobileconfig ├── quad9-https.mobileconfig ├── quad9-tls.mobileconfig ├── tiarapp-https.mobileconfig └── tiarapp-tls.mobileconfig /.github/funding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/.github/funding.yml -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/LICENSE -------------------------------------------------------------------------------- /README.cmn-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/README.cmn-CN.md -------------------------------------------------------------------------------- /README.cmn-TW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/README.cmn-TW.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/README.md -------------------------------------------------------------------------------- /generate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/generate.js -------------------------------------------------------------------------------- /languages/01-en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/languages/01-en.json -------------------------------------------------------------------------------- /languages/01-en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/languages/01-en.md -------------------------------------------------------------------------------- /languages/02-cmn-CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/languages/02-cmn-CN.json -------------------------------------------------------------------------------- /languages/02-cmn-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/languages/02-cmn-CN.md -------------------------------------------------------------------------------- /languages/03-cmn-TW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/languages/03-cmn-TW.json -------------------------------------------------------------------------------- /languages/03-cmn-TW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/languages/03-cmn-TW.md -------------------------------------------------------------------------------- /profiles/360-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/360-https.mobileconfig -------------------------------------------------------------------------------- /profiles/adguard-default-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/adguard-default-https.mobileconfig -------------------------------------------------------------------------------- /profiles/adguard-default-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/adguard-default-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/adguard-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/adguard-family-https.mobileconfig -------------------------------------------------------------------------------- /profiles/adguard-family-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/adguard-family-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/adguard-nofilter-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/adguard-nofilter-https.mobileconfig -------------------------------------------------------------------------------- /profiles/adguard-nofilter-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/adguard-nofilter-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/alekberg-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/alekberg-https.mobileconfig -------------------------------------------------------------------------------- /profiles/alibaba-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/alibaba-https.mobileconfig -------------------------------------------------------------------------------- /profiles/alibaba-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/alibaba-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/blahdns-cdn-adblock-doh1.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/blahdns-cdn-adblock-doh1.mobileconfig -------------------------------------------------------------------------------- /profiles/blahdns-cdn-unfiltered-doh1.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/blahdns-cdn-unfiltered-doh1.mobileconfig -------------------------------------------------------------------------------- /profiles/blahdns-germany-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/blahdns-germany-doh.mobileconfig -------------------------------------------------------------------------------- /profiles/blahdns-singapore-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/blahdns-singapore-doh.mobileconfig -------------------------------------------------------------------------------- /profiles/canadianshield-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/canadianshield-family-https.mobileconfig -------------------------------------------------------------------------------- /profiles/canadianshield-family-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/canadianshield-family-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/canadianshield-private-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/canadianshield-private-https.mobileconfig -------------------------------------------------------------------------------- /profiles/canadianshield-private-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/canadianshield-private-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/canadianshield-protected-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/canadianshield-protected-https.mobileconfig -------------------------------------------------------------------------------- /profiles/canadianshield-protected-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/canadianshield-protected-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/cleanbrowsing-adult-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cleanbrowsing-adult-https.mobileconfig -------------------------------------------------------------------------------- /profiles/cleanbrowsing-adult-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cleanbrowsing-adult-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/cleanbrowsing-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cleanbrowsing-family-https.mobileconfig -------------------------------------------------------------------------------- /profiles/cleanbrowsing-family-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cleanbrowsing-family-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/cleanbrowsing-security-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cleanbrowsing-security-https.mobileconfig -------------------------------------------------------------------------------- /profiles/cleanbrowsing-security-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cleanbrowsing-security-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/cloudflare-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cloudflare-family-https.mobileconfig -------------------------------------------------------------------------------- /profiles/cloudflare-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cloudflare-https.mobileconfig -------------------------------------------------------------------------------- /profiles/cloudflare-malware-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cloudflare-malware-https.mobileconfig -------------------------------------------------------------------------------- /profiles/cloudflare-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/cloudflare-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-https.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-malware-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-malware-https.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-malware-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-malware-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-protective-ads-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-protective-ads-https.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-protective-ads-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-protective-ads-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-protective-child-ads-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-protective-child-ads-https.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-protective-child-ads-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-protective-child-ads-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-protective-child-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-protective-child-https.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-protective-child-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-protective-child-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/dns4eu-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dns4eu-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/dnspod-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dnspod-https.mobileconfig -------------------------------------------------------------------------------- /profiles/dnspod-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/dnspod-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/fdn-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/fdn-https.mobileconfig -------------------------------------------------------------------------------- /profiles/fdn-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/fdn-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/ffmucdns-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/ffmucdns-https.mobileconfig -------------------------------------------------------------------------------- /profiles/ffmucdns-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/ffmucdns-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/google-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/google-https.mobileconfig -------------------------------------------------------------------------------- /profiles/google-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/google-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/keweondns-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/keweondns-doh.mobileconfig -------------------------------------------------------------------------------- /profiles/keweondns-dot.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/keweondns-dot.mobileconfig -------------------------------------------------------------------------------- /profiles/mullvad-adblock-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/mullvad-adblock-doh.mobileconfig -------------------------------------------------------------------------------- /profiles/mullvad-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/mullvad-doh.mobileconfig -------------------------------------------------------------------------------- /profiles/opendns-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/opendns-family-https.mobileconfig -------------------------------------------------------------------------------- /profiles/opendns-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/opendns-https.mobileconfig -------------------------------------------------------------------------------- /profiles/quad9-ECS-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/quad9-ECS-https.mobileconfig -------------------------------------------------------------------------------- /profiles/quad9-ECS-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/quad9-ECS-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/quad9-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/quad9-https.mobileconfig -------------------------------------------------------------------------------- /profiles/quad9-nofilter-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/quad9-nofilter-https.mobileconfig -------------------------------------------------------------------------------- /profiles/quad9-nofilter-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/quad9-nofilter-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/quad9-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/quad9-tls.mobileconfig -------------------------------------------------------------------------------- /profiles/template-on-demand.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/template-on-demand.mobileconfig -------------------------------------------------------------------------------- /profiles/tiarapp-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/tiarapp-https.mobileconfig -------------------------------------------------------------------------------- /profiles/tiarapp-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/profiles/tiarapp-tls.mobileconfig -------------------------------------------------------------------------------- /providers/00-360.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/00-360.json -------------------------------------------------------------------------------- /providers/01-adguard-default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/01-adguard-default.json -------------------------------------------------------------------------------- /providers/02-adguard-family.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/02-adguard-family.json -------------------------------------------------------------------------------- /providers/03-adguard-nofilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/03-adguard-nofilter.json -------------------------------------------------------------------------------- /providers/04-alekberg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/04-alekberg.json -------------------------------------------------------------------------------- /providers/05-alibaba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/05-alibaba.json -------------------------------------------------------------------------------- /providers/06-blahdns-cdn-adblock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/06-blahdns-cdn-adblock.json -------------------------------------------------------------------------------- /providers/07-blahdns-cdn-unfiltered.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/07-blahdns-cdn-unfiltered.json -------------------------------------------------------------------------------- /providers/08-blahdns-germany.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/08-blahdns-germany.json -------------------------------------------------------------------------------- /providers/09-blahdns-singapore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/09-blahdns-singapore.json -------------------------------------------------------------------------------- /providers/10-canadianshield-private.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/10-canadianshield-private.json -------------------------------------------------------------------------------- /providers/11-canadianshield-protected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/11-canadianshield-protected.json -------------------------------------------------------------------------------- /providers/12-canadianshield-family.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/12-canadianshield-family.json -------------------------------------------------------------------------------- /providers/13-cleanbrowsing-family.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/13-cleanbrowsing-family.json -------------------------------------------------------------------------------- /providers/14-cleanbrowsing-adult.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/14-cleanbrowsing-adult.json -------------------------------------------------------------------------------- /providers/15-cleanbrowsing-security.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/15-cleanbrowsing-security.json -------------------------------------------------------------------------------- /providers/16-cloudflare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/16-cloudflare.json -------------------------------------------------------------------------------- /providers/17-cloudflare-malware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/17-cloudflare-malware.json -------------------------------------------------------------------------------- /providers/18-cloudflare-family.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/18-cloudflare-family.json -------------------------------------------------------------------------------- /providers/19-dnspod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/19-dnspod.json -------------------------------------------------------------------------------- /providers/20-fdn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/20-fdn.json -------------------------------------------------------------------------------- /providers/21-google.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/21-google.json -------------------------------------------------------------------------------- /providers/22-keweondns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/22-keweondns.json -------------------------------------------------------------------------------- /providers/23-mullvad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/23-mullvad.json -------------------------------------------------------------------------------- /providers/24-mullvad-adblock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/24-mullvad-adblock.json -------------------------------------------------------------------------------- /providers/25-opendns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/25-opendns.json -------------------------------------------------------------------------------- /providers/26-opendns-family.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/26-opendns-family.json -------------------------------------------------------------------------------- /providers/27-quad9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/27-quad9.json -------------------------------------------------------------------------------- /providers/28-quad9-ECS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/28-quad9-ECS.json -------------------------------------------------------------------------------- /providers/29-quad9-nofilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/29-quad9-nofilter.json -------------------------------------------------------------------------------- /providers/30-tiarapp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/30-tiarapp.json -------------------------------------------------------------------------------- /providers/31-dns4eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/31-dns4eu.json -------------------------------------------------------------------------------- /providers/32-dns4eu-malware.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/32-dns4eu-malware.json -------------------------------------------------------------------------------- /providers/33-dns4eu-protective-ads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/33-dns4eu-protective-ads.json -------------------------------------------------------------------------------- /providers/34-dns4eu-protective-child.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/34-dns4eu-protective-child.json -------------------------------------------------------------------------------- /providers/35-dns4eu-protective-child-ads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/35-dns4eu-protective-child-ads.json -------------------------------------------------------------------------------- /providers/36-ffmuc-dns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/providers/36-ffmuc-dns.json -------------------------------------------------------------------------------- /signed/360-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/360-https.mobileconfig -------------------------------------------------------------------------------- /signed/adguard-default-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/adguard-default-https.mobileconfig -------------------------------------------------------------------------------- /signed/adguard-default-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/adguard-default-tls.mobileconfig -------------------------------------------------------------------------------- /signed/adguard-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/adguard-family-https.mobileconfig -------------------------------------------------------------------------------- /signed/adguard-family-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/adguard-family-tls.mobileconfig -------------------------------------------------------------------------------- /signed/adguard-nofilter-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/adguard-nofilter-https.mobileconfig -------------------------------------------------------------------------------- /signed/adguard-nofilter-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/adguard-nofilter-tls.mobileconfig -------------------------------------------------------------------------------- /signed/alekberg-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/alekberg-https.mobileconfig -------------------------------------------------------------------------------- /signed/alibaba-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/alibaba-https.mobileconfig -------------------------------------------------------------------------------- /signed/alibaba-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/alibaba-tls.mobileconfig -------------------------------------------------------------------------------- /signed/archuser-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/archuser-https.mobileconfig -------------------------------------------------------------------------------- /signed/archuser-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/archuser-tls.mobileconfig -------------------------------------------------------------------------------- /signed/blahdns-cdn-adblock-doh1.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/blahdns-cdn-adblock-doh1.mobileconfig -------------------------------------------------------------------------------- /signed/blahdns-cdn-unfiltered-doh1.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/blahdns-cdn-unfiltered-doh1.mobileconfig -------------------------------------------------------------------------------- /signed/blahdns-germany-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/blahdns-germany-doh.mobileconfig -------------------------------------------------------------------------------- /signed/blahdns-singapore-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/blahdns-singapore-doh.mobileconfig -------------------------------------------------------------------------------- /signed/canadianshield-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/canadianshield-family-https.mobileconfig -------------------------------------------------------------------------------- /signed/canadianshield-family-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/canadianshield-family-tls.mobileconfig -------------------------------------------------------------------------------- /signed/canadianshield-private-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/canadianshield-private-https.mobileconfig -------------------------------------------------------------------------------- /signed/canadianshield-private-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/canadianshield-private-tls.mobileconfig -------------------------------------------------------------------------------- /signed/canadianshield-protected-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/canadianshield-protected-https.mobileconfig -------------------------------------------------------------------------------- /signed/canadianshield-protected-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/canadianshield-protected-tls.mobileconfig -------------------------------------------------------------------------------- /signed/cloudflare-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/cloudflare-family-https.mobileconfig -------------------------------------------------------------------------------- /signed/cloudflare-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/cloudflare-https.mobileconfig -------------------------------------------------------------------------------- /signed/cloudflare-malware-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/cloudflare-malware-https.mobileconfig -------------------------------------------------------------------------------- /signed/cloudflare-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/cloudflare-tls.mobileconfig -------------------------------------------------------------------------------- /signed/dnspod-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/dnspod-https.mobileconfig -------------------------------------------------------------------------------- /signed/dnspod-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/dnspod-tls.mobileconfig -------------------------------------------------------------------------------- /signed/google-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/google-https.mobileconfig -------------------------------------------------------------------------------- /signed/google-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/google-tls.mobileconfig -------------------------------------------------------------------------------- /signed/keweondns-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/keweondns-doh.mobileconfig -------------------------------------------------------------------------------- /signed/keweondns-dot.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/keweondns-dot.mobileconfig -------------------------------------------------------------------------------- /signed/mullvad-adblock-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/mullvad-adblock-doh.mobileconfig -------------------------------------------------------------------------------- /signed/mullvad-doh.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/mullvad-doh.mobileconfig -------------------------------------------------------------------------------- /signed/opendns-family-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/opendns-family-https.mobileconfig -------------------------------------------------------------------------------- /signed/opendns-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/opendns-https.mobileconfig -------------------------------------------------------------------------------- /signed/quad9-ECS-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/quad9-ECS-https.mobileconfig -------------------------------------------------------------------------------- /signed/quad9-ECS-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/quad9-ECS-tls.mobileconfig -------------------------------------------------------------------------------- /signed/quad9-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/quad9-https.mobileconfig -------------------------------------------------------------------------------- /signed/quad9-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/quad9-tls.mobileconfig -------------------------------------------------------------------------------- /signed/tiarapp-https.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/tiarapp-https.mobileconfig -------------------------------------------------------------------------------- /signed/tiarapp-tls.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/encrypted-dns/HEAD/signed/tiarapp-tls.mobileconfig --------------------------------------------------------------------------------