Created
June 24, 2023 03:31
-
-
Save lmzxtek/a4ea335be2f2a4e7be177e8cf5db9950 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export default { | |
| async fetch(request, env) { | |
| const url = new URL(request.url); | |
| url.host = 'ai.fakeopen.com'; | |
| return fetch(new Request(url, request)) | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proxy to https://ai.fakeopen.com