Add RESIDENTIAL_AU frontend support for Australia proxies (#2805)
This commit is contained in:
@@ -41,6 +41,7 @@ export const ProxyLocation = {
|
|||||||
ResidentialNZ: "RESIDENTIAL_NZ",
|
ResidentialNZ: "RESIDENTIAL_NZ",
|
||||||
ResidentialZA: "RESIDENTIAL_ZA",
|
ResidentialZA: "RESIDENTIAL_ZA",
|
||||||
ResidentialAR: "RESIDENTIAL_AR",
|
ResidentialAR: "RESIDENTIAL_AR",
|
||||||
|
ResidentialAU: "RESIDENTIAL_AU",
|
||||||
ResidentialISP: "RESIDENTIAL_ISP",
|
ResidentialISP: "RESIDENTIAL_ISP",
|
||||||
None: "NONE",
|
None: "NONE",
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -27,14 +27,14 @@ function ProxySelector({ value, onChange, className }: Props) {
|
|||||||
<SelectItem value={ProxyLocation.ResidentialAR}>
|
<SelectItem value={ProxyLocation.ResidentialAR}>
|
||||||
Residential (Argentina)
|
Residential (Argentina)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.ResidentialDE}>
|
<SelectItem value={ProxyLocation.ResidentialAU}>
|
||||||
Residential (Germany)
|
Residential (Australia)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.ResidentialFR}>
|
<SelectItem value={ProxyLocation.ResidentialFR}>
|
||||||
Residential (France)
|
Residential (France)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.ResidentialGB}>
|
<SelectItem value={ProxyLocation.ResidentialDE}>
|
||||||
Residential (United Kingdom)
|
Residential (Germany)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.ResidentialIN}>
|
<SelectItem value={ProxyLocation.ResidentialIN}>
|
||||||
Residential (India)
|
Residential (India)
|
||||||
@@ -48,11 +48,14 @@ function ProxySelector({ value, onChange, className }: Props) {
|
|||||||
<SelectItem value={ProxyLocation.ResidentialNZ}>
|
<SelectItem value={ProxyLocation.ResidentialNZ}>
|
||||||
Residential (New Zealand)
|
Residential (New Zealand)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
|
<SelectItem value={ProxyLocation.ResidentialZA}>
|
||||||
|
Residential (South Africa)
|
||||||
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.ResidentialES}>
|
<SelectItem value={ProxyLocation.ResidentialES}>
|
||||||
Residential (Spain)
|
Residential (Spain)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.ResidentialZA}>
|
<SelectItem value={ProxyLocation.ResidentialGB}>
|
||||||
Residential (South Africa)
|
Residential (United Kingdom)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
|
|||||||
Reference in New Issue
Block a user