feat(proxy-pools): add support for deno deploy relays and fix layout overflow issues in proxy pools dashboard (#1437)

Co-authored-by: TD <tho.din@inno.ai.vn>
This commit is contained in:
@TD
2026-05-26 11:21:49 +07:00
committed by GitHub
co-authored by TD
parent 13a28452fb
commit 57b3e94e40
5 changed files with 343 additions and 10 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export async function resolveConnectionProxyConfig(
* Vercel/Cloudflare relay proxies use base URL rewriting
* instead of HTTP_PROXY environment variables.
*/
if (proxyPool.type === "vercel" || proxyPool.type === "cloudflare") {
if (proxyPool.type === "vercel" || proxyPool.type === "cloudflare" || proxyPool.type === "deno") {
return {
source: proxyPool.type,