From 6b391275fde88d4c3c2bde1551c1b75495762422 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 27 Apr 2020 10:47:19 -0300 Subject: Set ddos post as draft --- content/posts/secure-api-with-nginx-and-fail2ban.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/posts/secure-api-with-nginx-and-fail2ban.md b/content/posts/secure-api-with-nginx-and-fail2ban.md index 69bad07..83bc0a9 100644 --- a/content/posts/secure-api-with-nginx-and-fail2ban.md +++ b/content/posts/secure-api-with-nginx-and-fail2ban.md @@ -3,6 +3,7 @@ title: "Secure your Django API from DDoS attacks with NGINX and fail2ban" date: 2020-04-26T11:36:39-03:00 lastmod: 2020-04-26T11:36:39-03:00 tags : [ "devops", "nginx", "django" ] +draft : true --- Hello everyone! @@ -209,7 +210,7 @@ $ sudo fail2ban-client set man-ban unbanip 1.2.3.4 # Conclusion -In this days, DDoS attacks are very common on the internet, so it is common sense to +In these days, DDoS attacks are very common on the internet, so it is common sense to be prepared to defend against them. In the next delivery we will create a status page for our API, that will let us -- cgit v1.2.3