Skip to content

Commit fff6fb1

Browse files
authored
Typo fixes :) (bobbyiliev#30)
1 parent 52cdaaf commit fff6fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebook/en/content/019-working-with-cloudflare-api-with-bash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I host all of my websites on **DigitalOcean** Droplets and I also use Cloudflare
44

55
My personal favorite Cloudflare feature is their free DDoS protection. It has saved my servers multiple times from different DDoS attacks. They have a cool API that you could use to enable and disable their DDoS protection easily.
66

7-
This chapter is going to be an exercise! I challange you to go ahead and write a short bash script that would enable and disable the Cloudflare DDoS protection for your server automatically if needed!
7+
This chapter is going to be an exercise! I challenge you to go ahead and write a short bash script that would enable and disable the Cloudflare DDoS protection for your server automatically if needed!
88

99
## Prerequisites
1010

@@ -36,7 +36,7 @@ yum install curl
3636
apt-get install curl
3737
```
3838

39-
## Challange - Script requirements
39+
## Challenge - Script requirements
4040

4141
The script needs to monitor the CPU usage on your server and if the CPU usage gets high based on the number vCPU it would enable the Cloudflare DDoS protection automatically via the Cloudflare API.
4242

0 commit comments

Comments
 (0)