firewall.tf: enable DDOS proteciton for HackMD
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c78a644bf8
commit
c3fb333df6
|
@ -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 },
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue