Skip to content

Commit

Permalink
joinmarket: add enforceTor to firewall scripts on netns-level
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbitcoin committed Jan 4, 2021
1 parent 0c6579b commit 71ee16d
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 @@ -124,6 +124,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 71ee16d

Please sign in to comment.