Skip to content

Instantly share code, notes, and snippets.

View itzzzme's full-sized avatar

Sayan itzzzme

View GitHub Profile
[
"https://11-pa2sq.bunny.run/",
"https://11-ahel2.bunny.run/",
"https://12-o4wrq.bunny.run/",
"https://13-aez3o.bunny.run/",
"https://11-oh1tp.bunny.run/",
"https://13-92fld.bunny.run/",
"https://6-34vle.bunny.run/",
"https://13-5881q.bunny.run/",
"https://6-kffzi.bunny.run/",
@itzzzme
itzzzme / index.js
Last active April 20, 2025 11:13
Setting up reversed proxy server
//install wrangle and init a project to initialize the worker
//add the code given below in index.js
import { Hono } from 'hono';
import { cors } from 'hono/cors';
const app = new Hono();
app.use(