update proxy url

This commit is contained in:
kuekhaoyang
2025-11-22 17:29:37 +08:00
parent 907e093fef
commit 976bd3bc12
+1 -1
View File
@@ -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: {