Merge #297: joinmarket: add enforceTor to firewall scripts on netns-level

71ee16d767 joinmarket: add enforceTor to firewall scripts on netns-level (nixbitcoin)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 71ee16d767

Tree-SHA512: cef089012807c90034d4b1f259bf6d81bfb83a36e7d2aadd85e817728f646948c12c25d199525d578d44366ee10389cb5081c4d86842b19b06b1066ff8feec19
This commit is contained in:
Jonas Nick 2021-01-10 23:11:02 +00:00
commit 41a6be6552
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,11 @@ in {
cli = mkOption {
default = cli;
};
# This option is only used by netns-isolation
enforceTor = mkOption {
readOnly = true;
default = true;
};
inherit (nix-bitcoin-services) cliExec;
};