From ec6a47c60ec11f51068a8aa3f129cc561c639b81 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Mon, 3 Jul 2017 10:36:59 -0400 Subject: [PATCH] RFC 5737 --- HowtoNginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoNginx.md b/HowtoNginx.md index 47f95bd7..51f54890 100644 --- a/HowtoNginx.md +++ b/HowtoNginx.md @@ -274,7 +274,7 @@ Le but est de bloquer par adresse IP et de rediriger vers une page « Vous êtes # Blacklisting geo $blacklist { default 0; - 91.224.160.35/32 1; + 192.0.2.42/32 1; } server {