add transmission spoofing test
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 12s

This commit is contained in:
Ingolf Wagner 2025-05-25 11:55:24 +02:00
parent 2a48819c43
commit 7909b21607
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -138,6 +138,11 @@ in
url = "http://transmission2.${config.networking.hostName}.bear";
expectedContent = "Transmission X";
};
healthchecks.http.transmission2-zerotier-spoofing = {
url = "http://orbi.public";
headers.Host = "transmission2.orbi.bear";
responseCode = 403;
};
# host nginx setup
# ----------------