mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-09-20 00:06:51 +08:00
handler: Add multi-server support
This commit is contained in:
@@ -6,6 +6,7 @@ export default async (request) =>
|
||||
Netlify.env.get("API"),
|
||||
Netlify.env.get("IPV4_PREFIX"),
|
||||
Netlify.env.get("IPV6_PREFIX"),
|
||||
Netlify.context.ip
|
||||
Netlify.env.get("CONCURRENT"),
|
||||
Netlify.context.ip,
|
||||
);
|
||||
export const config = { path: "*" };
|
||||
|
||||
Reference in New Issue
Block a user