Add support for more proxies (#1859)

This commit is contained in:
Shuchang Zheng
2025-03-01 01:18:24 -05:00
committed by GitHub
parent b002ede4d2
commit 8da1a9babf
3 changed files with 24 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ export const ProxyLocation = {
ResidentialGB: "RESIDENTIAL_GB",
ResidentialFR: "RESIDENTIAL_FR",
ResidentialDE: "RESIDENTIAL_DE",
ResidentialNZ: "RESIDENTIAL_NZ",
ResidentialZA: "RESIDENTIAL_ZA",
ResidentialAR: "RESIDENTIAL_AR",
ResidentialISP: "RESIDENTIAL_ISP",
None: "NONE",
} as const;