libhdhomerun: add comment about UDP firewall rule

PR #94620
This commit is contained in:
Louis Tim Larsen 2020-08-03 21:43:01 +02:00 committed by Robert Helgesson
parent 2204f74bd4
commit e768fce754
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -1,5 +1,9 @@
{ stdenv, fetchurl }:
# libhdhomerun requires UDP port 65001 to be open in order to detect and communicate with tuners.
# If your firewall is enabled, make sure to have something like:
# networking.firewall.allowedUDPPorts = [ 65001 ];
stdenv.mkDerivation rec {
pname = "libhdhomerun";
version = "20200521";