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

@@ -52,6 +52,8 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.extraCommands = builtins.readFile ./blocked-prefixes.txt;
services.postgresql = {
enable = true;
package = pkgs.postgresql_16;