1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

nixos/dnscrypt-proxy: add example of how to use the cache plugin

This commit is contained in:
Joachim Fasting 2017-03-10 18:45:11 +01:00
parent 719813caf6
commit 540740598e
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -145,6 +145,7 @@ in
See <citerefentry><refentrytitle>dnscrypt-proxy</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> for details.
'';
example = [ "-X libdcplugin_example_cache.so,--min-ttl=60" ];
};
};
};