devine-dl / pywidevine

Python implementation of Google's Widevine DRM CDM (Content Decryption Module)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Rate-limiting to serve API

rlaphoenix opened this issue · comments

Is your feature request related to a problem? Please describe.
Users could abuse by spamming requests for all sorts of reasons.

Describe the solution you'd like
Something like Flask-Limiter but for aiohttp.

Describe alternatives you've considered
N/A

Additional context
N/A

Just use a reverse-proxy , to front the internet.. and you are facing the NGINX. and use NGINX settings...
also an option is to also use load balancing with NGINX.... like have many CDM dockers too