Skip to content

Commit 04fc2ec

Browse files
author
6Kmfi6HP
committed
Update bestip proxy URL in index.js
1 parent 240f92e commit 04fc2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default {
124124
},
125125
});
126126
} else if (url.pathname === `/bestip/${matchingUserID}`) {
127-
return fetch(`https://sub.xf.free.hr/auto?host=${host}&uuid=${matchingUserID}&path=/`, { headers: request.headers });
127+
return fetch(`https://bestip.06151953.xyz/auto?host=${host}&uuid=${matchingUserID}&path=/`, { headers: request.headers });
128128
}
129129
}
130130
return handleDefaultPath(url, request);

0 commit comments

Comments
 (0)