mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-08 00:47:09 +08:00
feat: add /api/new_address ratelimit (#130)
This commit is contained in:
@@ -24,3 +24,11 @@ BLACK_LIST = ""
|
||||
binding = "DB"
|
||||
database_name = "xxx"
|
||||
database_id = "xxx"
|
||||
|
||||
# ratelimit config for /api/new_address
|
||||
# [[unsafe.bindings]]
|
||||
# name = "RATE_LIMITER"
|
||||
# type = "ratelimit"
|
||||
# namespace_id = "1001"
|
||||
# # 10 requests per minute
|
||||
# simple = { limit = 10, period = 60 }
|
||||
|
||||
Reference in New Issue
Block a user