aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 845731b2..ac02f1b1 100644
--- a/conf.c
+++ b/conf.c
@@ -294,6 +294,8 @@ static int conf_loadini(conf_t *conf, char *file)
proxytype = PROXY_SOCKS4;
} else if (url->proto == PROTO_SOCKS5) {
proxytype = PROXY_SOCKS5;
+ } else if (url->proto == PROTO_SOCKS4A) {
+ proxytype = PROXY_SOCKS4A;
}
g_free(url);