1
0

hosts/web-2: Block Alibaba Cloud because of scraper bots

This commit is contained in:
2025-07-18 23:55:33 +02:00
parent 9b05a008bb
commit 5bd15927d5
5 changed files with 895 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
pkgs.clerie-build-support.writePythonScript {
name = "generate-blocked-prefixes";
runtimePackages = ps: with ps; [ requests ];
text = builtins.readFile ./generate-blocked-prefixes.py;
}