added proxying
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
typedef struct {
|
||||
char host[256];
|
||||
int port;
|
||||
char proxy[256];
|
||||
char proxy_list_file[256];
|
||||
int max_proxy_retries;
|
||||
int randomize_username;
|
||||
int randomize_password;
|
||||
} Config;
|
||||
|
||||
int load_config(const char *filename, Config *config);
|
||||
|
||||
Reference in New Issue
Block a user