From f20e4bd144d209dbcf7ed90fab230c588ad7712f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 27 Oct 2024 00:03:37 +0300 Subject: [PATCH] edit ips --- 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 3590ab100..d9f04f514 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1517,7 +1517,7 @@ def av(): ip = request.headers.get('CF-Connecting-IP') print(ip, flush=True) - # if ip not in {'54.187.174.169','54.187.205.235','54.187.216.72'}: + # if ip not in {'173.0.81.65','173.0.81.140'}: # print(STARS, flush=True) # print(f'/av fail: {ip}') # print(STARS, flush=True)