Add allowAnyProtocol option to nix-bitcoin-services
This commit is contained in:
parent
08067a68ab
commit
1c8dadd876
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ in
|
||||||
};
|
};
|
||||||
# Allow any traffic
|
# Allow any traffic
|
||||||
allowAnyIP = { IPAddressAllow = "any"; };
|
allowAnyIP = { IPAddressAllow = "any"; };
|
||||||
|
allowAnyProtocol = { RestrictAddressFamilies = "~"; };
|
||||||
|
|
||||||
enforceTor = mkOption {
|
enforceTor = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue