Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
3Kmfi6HP committed Jan 25, 2024
1 parent 62b8664 commit fbeeee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default {
});
}
case `/bestip/${userID_Path}`: {
const bestiplink = `https://sub.xf.free.hr/auto?host=${request.headers.get('Host')}&uuid=${userID_Path}`
const bestiplink = `https://sub.xijingping.gay/auto?host=${request.headers.get('Host')}&uuid=${userID_Path}`
const reqHeaders = new Headers(request.headers);
const bestipresponse = await fetch(bestiplink, { redirect: 'manual', headers: reqHeaders, });
// Construct and return response object
Expand Down

0 comments on commit fbeeee3

Please sign in to comment.