Skip to content

Commit

Permalink
nixos/dnscrypt-proxy test: exercise plugin loading
Browse files Browse the repository at this point in the history
(cherry picked from commit 543f526)
  • Loading branch information
joachifm committed Mar 30, 2017
1 parent 9613677 commit 9d3ef69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/dnscrypt-proxy.nix
Expand Up @@ -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}" ];
Expand Down

0 comments on commit 9d3ef69

Please sign in to comment.