Add new proxies RESIDENTIAL_IN, RESIDENTIAL_JP (#1126)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Shuchang Zheng
2024-11-04 11:20:31 -08:00
committed by GitHub
parent 82249ae7f0
commit e5bcb08b6d
2 changed files with 32 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ class ProxyLocation(StrEnum):
RESIDENTIAL_ES = "RESIDENTIAL_ES"
RESIDENTIAL_IE = "RESIDENTIAL_IE"
RESIDENTIAL_GB = "RESIDENTIAL_GB"
RESIDENTIAL_IN = "RESIDENTIAL_IN"
RESIDENTIAL_JP = "RESIDENTIAL_JP"
NONE = "NONE"