update proxy url

This commit is contained in:
kuekhaoyang
2025-11-22 17:27:27 +08:00
parent 4489165a08
commit 907e093fef
2 changed files with 12 additions and 14 deletions
+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 = '202.108.22.5';
const chinaIP = '113.204.79.230';
const response = await fetch(url, {
headers: {