mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-15 08:43:44 +08:00
update proxy url
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user