Make the proxy more general

This commit is contained in:
Owen
2025-08-12 15:58:20 -07:00
parent 30dbabd73d
commit 25ed3d65f8
3 changed files with 31 additions and 30 deletions

View File

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