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: ACK71ee16d767
Tree-SHA512: cef089012807c90034d4b1f259bf6d81bfb83a36e7d2aadd85e817728f646948c12c25d199525d578d44366ee10389cb5081c4d86842b19b06b1066ff8feec19
This commit is contained in:
commit
41a6be6552
@ -132,6 +132,11 @@ in {
|
|||||||
cli = mkOption {
|
cli = mkOption {
|
||||||
default = cli;
|
default = cli;
|
||||||
};
|
};
|
||||||
|
# This option is only used by netns-isolation
|
||||||
|
enforceTor = mkOption {
|
||||||
|
readOnly = true;
|
||||||
|
default = true;
|
||||||
|
};
|
||||||
inherit (nix-bitcoin-services) cliExec;
|
inherit (nix-bitcoin-services) cliExec;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user