Skip to content

Commit

Permalink
Merge #297: joinmarket: add enforceTor to firewall scripts on netns-l…
Browse files Browse the repository at this point in the history
…evel

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

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 71ee16d

Tree-SHA512: cef089012807c90034d4b1f259bf6d81bfb83a36e7d2aadd85e817728f646948c12c25d199525d578d44366ee10389cb5081c4d86842b19b06b1066ff8feec19
  • Loading branch information
jonasnick committed Jan 10, 2021
2 parents bd9bf54 + 71ee16d commit 41a6be6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/joinmarket.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 41a6be6

Please sign in to comment.