From 384067fc69a35126f6418ba219cadc925223c9b8 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Tue, 6 Jan 2015 22:38:12 +0100 Subject: Implement proxy functionality as desired Now we support both HTTP and SOCKS5 proxies. While at it, get rid of the outdated usage string and just establish the fact we have a bloody manpage for explanations. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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; -- cgit v1.2.3