From 5f0915d06ee3597b97c3b972e4eff4534aca222a Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Mon, 13 Apr 2015 00:05:51 +0200 Subject: [PATCH] offlineimap.conf: proxy leaks DNS support Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index bc43eaa..8f74c68 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -423,7 +423,9 @@ remoterepository = RemoteExample # Available proxy types are SOCKS5, SOCKS4, HTTP. # You also need to install PySocks through pip. # -#proxy = SOCKS5:localhost:9999 +# Currently, this feature leaks DNS support. +# +#proxy = SOCKS5:IP:9999 [Repository LocalExample]