Add GB proxy support (#677)

This commit is contained in:
Kerem Yilmaz
2024-08-06 08:15:49 -07:00
committed by GitHub
parent 76ae23c84c
commit 5bb8b3109e
2 changed files with 27 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ class ProxyLocation(StrEnum):
RESIDENTIAL = "RESIDENTIAL"
RESIDENTIAL_ES = "RESIDENTIAL_ES"
RESIDENTIAL_IE = "RESIDENTIAL_IE"
RESIDENTIAL_GB = "RESIDENTIAL_GB"
NONE = "NONE"