From 8c3c3ce623f6c73584c6b399367f73e43254ccf9 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 9 Jul 2018 13:58:00 +0200 Subject: [PATCH] Suggest multiple source URLs --- v2/opennic.md | 2 +- v2/parental-control.md | 2 +- v2/public-resolvers.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/opennic.md b/v2/opennic.md index 724df69c..35ccbd38 100644 --- a/v2/opennic.md +++ b/v2/opennic.md @@ -6,7 +6,7 @@ To use that list, add this to the `[sources]` section of your `dnscrypt-proxy.toml` configuration file: [sources.'opennic'] - url = 'http://download.dnscrypt.info/resolvers-list/v2/opennic.md' + urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/opennic.md', 'https://download.dnscrypt.info/resolvers-list/v2/opennic.md'] minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' cache_file = 'opennic.md' diff --git a/v2/parental-control.md b/v2/parental-control.md index fa34d3fa..884fcb16 100644 --- a/v2/parental-control.md +++ b/v2/parental-control.md @@ -10,7 +10,7 @@ To use that list, add this to the `[sources]` section of your `dnscrypt-proxy.toml` configuration file: [sources.'parental-control'] - url = 'http://download.dnscrypt.info/resolvers-list/v2/parental-control.md' + urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/parental-control.md', 'https://download.dnscrypt.info/resolvers-list/v2/parental-control.md'] minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' cache_file = 'parental-control.md' diff --git a/v2/public-resolvers.md b/v2/public-resolvers.md index 0cd4c840..c78799a5 100644 --- a/v2/public-resolvers.md +++ b/v2/public-resolvers.md @@ -16,7 +16,7 @@ To use that list, add this to the `[sources]` section of your `dnscrypt-proxy.toml` configuration file: [sources.'public-resolvers'] - url = 'http://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md' + urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'] minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' cache_file = 'public-resolvers.md'