Add internal proxy for gerbil endpoints

This commit is contained in:
Owen
2025-08-12 15:27:03 -07:00
parent ea2e5bf486
commit 30dbabd73d
3 changed files with 115 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
export * from "./getConfig";
export * from "./receiveBandwidth";
export * from "./updateHolePunch";
export * from "./getAllRelays";
export * from "./getAllRelays";
export { default as proxyRouter } from "./proxy";