about summary refs log tree commit diff
path: root/nixos/tests/minidlna.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-09-04nixos/minidlna: fix testsbb20201-16/+15
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-1/+1
Fix some fallout from de3e423 (PR #171280).
2022-03-06nixosTests.minidlna: fix by performing requests by IPRobert Scott1-2/+4
a little ugly, but minidlna now checks requests Host: header and only accepts requests using an IPv4 address to avoid DNS-rebinding attacks.
2019-11-22nixos/minidlna: port test to pythonJan Hrnko1-7/+7
2019-09-17nixos/minidlna: Allow more configuration optionsAntoine R. Dumont (@ardumont)1-0/+39
This commits allows the user to configure: - more minidlna options - the ones not yet disclosed in nix (extending the existing minimal subset)