Add allowAnyProtocol option to nix-bitcoin-services

This commit is contained in:
Jonas Nick 2019-08-19 21:11:08 +00:00
parent 08067a68ab
commit 1c8dadd876
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ in
};
# Allow any traffic
allowAnyIP = { IPAddressAllow = "any"; };
allowAnyProtocol = { RestrictAddressFamilies = "~"; };
enforceTor = mkOption {
type = types.bool;