Skip to content

Commit 9b6d527

Browse files
committed
Better explain what cache_file should be set to
1 parent 4fef1a7 commit 9b6d527

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dnscrypt-proxy/dnscrypt-proxy.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,19 @@ cache_neg_ttl = 60
7777

7878
############## Servers ##############
7979

80-
## Server sources
80+
## Remote lists of available servers
81+
## Recommended: change the cache_file location to an absolute path
82+
8183
[sources]
8284
[sources."github-csv"]
8385
url = "https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v1/dnscrypt-resolvers.csv"
8486
minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3"
85-
cache_file = "/tmp/dnscrypt-resolvers.csv"
87+
cache_file = "dnscrypt-resolvers.csv"
8688
format = "v1"
8789
refresh_delay = 24
8890

89-
## Static list of available servers
91+
92+
## Local, static list of available servers
9093

9194
[servers]
9295
[servers."dnscrypt.org-fr"]

0 commit comments

Comments
 (0)