From 71630d5981a21533eac9f18d301b806d3478517f Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Mar 2024 06:30:43 +0200 Subject: [PATCH] add new kofi ip --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 279452f9b..a9bc7fd20 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1335,7 +1335,7 @@ if KOFI_TOKEN: if verification_token != KOFI_TOKEN: abort(400) ip = request.headers.get('CF-Connecting-IP') - if ip not in {'104.45.229.18', '137.117.16.235'}: + if ip not in {'104.45.229.18', '137.117.16.235', '20.245.178.101'}: print(STARS, flush=True) print(f'/kofi fail: {ip}') print(STARS, flush=True)