From 976bd3bc1282d8124899df1a1e86e14b902e20b9 Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Sat, 22 Nov 2025 17:29:37 +0800 Subject: [PATCH] update proxy url --- app/api/proxy/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/proxy/route.ts b/app/api/proxy/route.ts index 34a1198..b8a9939 100644 --- a/app/api/proxy/route.ts +++ b/app/api/proxy/route.ts @@ -9,7 +9,7 @@ export async function GET(request: NextRequest) { try { // Beijing IP address to simulate request from China - const chinaIP = '113.204.79.230'; + const chinaIP = '202.108.22.5'; const response = await fetch(url, { headers: {