add new kofi ip

pull/225/head
Aevann 2024-03-15 06:30:43 +02:00
parent 66c89201c7
commit 71630d5981
1 changed files with 1 additions and 1 deletions

View File

@ -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)