mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/dnscrypt-proxy test: exercise plugin loading
This commit is contained in:
parent
5d83ef6a91
commit
543f5263d2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue