Enhance proxy functionality with Vercel relay support
This commit is contained in:
@@ -496,6 +496,7 @@ export async function createProxyPool(data) {
|
||||
name: data.name,
|
||||
proxyUrl: data.proxyUrl,
|
||||
noProxy: data.noProxy || "",
|
||||
type: data.type || "http",
|
||||
isActive: data.isActive !== undefined ? data.isActive : true,
|
||||
strictProxy: data.strictProxy === true,
|
||||
testStatus: data.testStatus || "unknown",
|
||||
|
||||
Reference in New Issue
Block a user