✨ add transmission spoofing test
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 12s
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 12s
This commit is contained in:
parent
2a48819c43
commit
7909b21607
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
# ----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue