Add allowAnyProtocol option to nix-bitcoin-services
This commit is contained in:
parent
08067a68ab
commit
1c8dadd876
@ -31,6 +31,7 @@ in
|
||||
};
|
||||
# Allow any traffic
|
||||
allowAnyIP = { IPAddressAllow = "any"; };
|
||||
allowAnyProtocol = { RestrictAddressFamilies = "~"; };
|
||||
|
||||
enforceTor = mkOption {
|
||||
type = types.bool;
|
||||
|
Loading…
Reference in New Issue
Block a user