Add allowAnyProtocol option to nix-bitcoin-services
This commit is contained in:
parent
08067a68ab
commit
1c8dadd876
@ -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…
Reference in New Issue
Block a user