aboutsummaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index 384ed94..d14dd6b 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -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);