mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-05-06 22:44:50 +08:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
import handler from "./common";
|
|
|
|
export default {
|
|
fetch: async (request, env) =>
|
|
handler(request, env.DNS, env.API, request.headers.get("cf-connecting-ip")),
|
|
};
|