firewall.tf: enable DDOS proteciton for HackMD

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-05-31 00:25:28 +02:00
parent c78a644bf8
commit c3fb333df6
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
locals {
ddos_protected = [
{ domain = "cloud.status.im", paused = true },
{ domain = "notes.status.im", paused = false },
{ domain = "repos.status.im", paused = false },
]
}