nixos/dnscrypt-proxy test: exercise plugin loading

This commit is contained in:
Joachim Fasting 2017-03-30 13:25:34 +02:00
parent 5d83ef6a91
commit 543f5263d2
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -15,6 +15,7 @@ import ./make-test.nix ({ pkgs, ... }: {
services.dnscrypt-proxy.enable = true;
services.dnscrypt-proxy.localPort = localProxyPort;
services.dnscrypt-proxy.extraArgs = [ "-X libdcplugin_example.so" ];
services.dnsmasq.enable = true;
services.dnsmasq.servers = [ "127.0.0.1#${toString localProxyPort}" ];