diff --git a/hosts/vm/reverseproxy/reverseproxy.nix b/hosts/vm/reverseproxy/reverseproxy.nix index f2ca654..da6ff77 100644 --- a/hosts/vm/reverseproxy/reverseproxy.nix +++ b/hosts/vm/reverseproxy/reverseproxy.nix @@ -111,6 +111,24 @@ let ]; }; + anubisPerso = formatJSON.generate "anubis_perso.json" { + "bots" = [ + { + name = "allow-public"; + path_regex = "^/public/*"; + action = "ALLOW"; + } + { + import = "${antiBot}"; + } + { + name = "challenge-other"; + path_regex = "^*"; + action = "CHALLENGE"; + } + ]; + }; + anubisMirrors = formatJSON.generate "anubis_mirrors.json" { "bots" = [ { @@ -190,7 +208,7 @@ in ]; }; "wiki" = { - anubisConfig = "${anubisChallenge}"; + anubisConfig = "${anubisPerso}"; target = "[fd00::10:0:ff:fe01:6110]"; # l'ipv4 marche pas serverAliases = [ "wikipedia"