Add RESIDENTIAL_AU frontend support for Australia proxies (#2805)

This commit is contained in:
Shuchang Zheng
2025-06-27 10:13:59 +09:00
committed by GitHub
parent 124dd9b85a
commit 9740de8054
2 changed files with 10 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ export const ProxyLocation = {
ResidentialNZ: "RESIDENTIAL_NZ",
ResidentialZA: "RESIDENTIAL_ZA",
ResidentialAR: "RESIDENTIAL_AR",
ResidentialAU: "RESIDENTIAL_AU",
ResidentialISP: "RESIDENTIAL_ISP",
None: "NONE",
} as const;