pull/221/head
Aevann 2024-01-02 20:09:57 +02:00
parent 2184ff7fb6
commit a4c21d118c
1 changed files with 3 additions and 0 deletions

View File

@ -1365,6 +1365,9 @@ def gumroad():
@limiter.exempt
def bm():
data = json.loads(request.data)
print(data, flush=True)
ip = request.headers.get('CF-Connecting-IP')
if ip not in {'54.187.174.169','54.187.205.235','54.187.216.72'}: