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: {