diff options
author | Ian Bashford <ianbashford@gmail.com> | 2019-11-10 00:12:45 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-10 16:37:22 -0300 |
commit | da114e6cfd1e7d09bf17e15762e63c5d0fb5ee33 (patch) | |
tree | 72eefc1df4105d25d35ae832fdc93c56d9c8ca8a /community/dnscrypt-proxy/config-full-paths.patch | |
parent | 7c63d914135e3e92b720c1d508c866c972758f10 (diff) | |
download | aports-da114e6cfd1e7d09bf17e15762e63c5d0fb5ee33.tar.bz2 aports-da114e6cfd1e7d09bf17e15762e63c5d0fb5ee33.tar.xz |
community/dnscrypt-proxy upgrade to 2.0.31-r1
fix file paths for new relays files
Diffstat (limited to 'community/dnscrypt-proxy/config-full-paths.patch')
-rw-r--r-- | community/dnscrypt-proxy/config-full-paths.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dnscrypt-proxy/config-full-paths.patch b/community/dnscrypt-proxy/config-full-paths.patch index d237952594..ccd80ecc58 100644 --- a/community/dnscrypt-proxy/config-full-paths.patch +++ b/community/dnscrypt-proxy/config-full-paths.patch @@ -551,7 +551,7 @@ index 0000000..8455f8d + + [sources.'relays'] + urls = ['https://github.com/DNSCrypt/dnscrypt-resolvers/raw/master/v2/relays.md', 'https://download.dnscrypt.info/resolvers-list/v2/relays.md'] -+ cache_file = 'relays.md' ++ cache_file = '/var/cache/dnscrypt-proxy/relays.md' + minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' + refresh_delay = 72 + prefix = '' |