Merge #114: Add allowAnyProtocol option to nix-bitcoin-services
1c8dadd876
Add allowAnyProtocol option to nix-bitcoin-services (Jonas Nick)
Pull request description:
Top commit has no ACKs.
Tree-SHA512: 9769b04f815dc72bd0b9e6fca8cde6b9098fd678021929d9541f81f433c6cf715dbfada1a58b9bf11f35d1a7681bdcae091032f884cd157f3f02900ec8b75560
This commit is contained in:
commit
b122256e78
@ -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