Skip to content

Commit

Permalink
Don't use absolute paths in the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 17, 2023
1 parent f2b1edc commit d48c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnscrypt-proxy/example-dnscrypt-proxy.toml
Expand Up @@ -756,7 +756,7 @@ format = 'tsv'
# [sources.dnscry-pt-resolvers]
# urls = ["https://www.dnscry.pt/resolvers.md"]
# minisign_key = "RWQM31Nwkqh01x88SvrBL8djp1NH56Rb4mKLHz16K7qsXgEomnDv6ziQ"
# cache_file = "/var/cache/dnscrypt-proxy/dnscry.pt-resolvers.md"
# cache_file = "dnscry.pt-resolvers.md"
# refresh_delay = 72
# prefix = "dnscry.pt-"

Expand Down

0 comments on commit d48c811

Please sign in to comment.