summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9dd605b..a1498f3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,6 +15,7 @@ static int encryptsavefile = 0;
static int ipv6 = 0;
static int tcp = 0;
static int proxy = 0;
+static int proxytype = 2; /* 1 = HTTP, 2 = SOCKS5 */
static char proxyaddr[] = "localhost";
static uint16_t proxyport = 8080;