add mobile proxy to GUI

This commit is contained in:
2022-09-02 15:46:45 +02:00
parent 7af4eed43c
commit 75c1290a08
6 changed files with 50 additions and 247 deletions
+2 -2
View File
@@ -2,5 +2,5 @@ from enum import Enum
class ProxyType(Enum):
NETNUT = "NETNUT"
BRIGHT_DATA = "BRIGHT_DATA"
RESIDENTIAL = "RESIENTIAL"
MOBILE = "MOBILE"