nixos/dnscrypt-proxy test: exercise plugin loading
This commit is contained in:
parent
5d83ef6a91
commit
543f5263d2
@ -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}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user