Ykeremy/add ie proxy (#663)

This commit is contained in:
Kerem Yilmaz 2024-07-31 02:36:27 -07:00 committed by GitHub
parent b2d692f005
commit d1292d6de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class ProxyLocation(StrEnum):
US_WA = "US-WA"
RESIDENTIAL = "RESIDENTIAL"
RESIDENTIAL_ES = "RESIDENTIAL_ES"
RESIDENTIAL_IE = "RESIDENTIAL_IE"
NONE = "NONE"