joinmarket: add enforceTor to firewall scripts on netns-level
This commit is contained in:
parent
0c6579b942
commit
71ee16d767
1 changed files with 5 additions and 0 deletions
|
|
@ -124,6 +124,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…
Add table
Add a link
Reference in a new issue