Support ISP Proxies in Skyvern (#1823)
This commit is contained in:
@@ -38,6 +38,7 @@ export const ProxyLocation = {
|
||||
ResidentialGB: "RESIDENTIAL_GB",
|
||||
ResidentialFR: "RESIDENTIAL_FR",
|
||||
ResidentialDE: "RESIDENTIAL_DE",
|
||||
ResidentialISP: "RESIDENTIAL_ISP",
|
||||
None: "NONE",
|
||||
} as const;
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@ function ProxySelector({ value, onChange, className }: Props) {
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value={ProxyLocation.Residential}>Residential</SelectItem>
|
||||
<SelectItem value={ProxyLocation.ResidentialISP}>
|
||||
Residential ISP (US)
|
||||
</SelectItem>
|
||||
<SelectItem value={ProxyLocation.ResidentialES}>
|
||||
Residential (Spain)
|
||||
</SelectItem>
|
||||
|
||||
Reference in New Issue
Block a user