offlineimap.conf: proxy leaks DNS support

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-04-13 00:05:51 +02:00
parent 223a7d0f7f
commit 5f0915d06e
1 changed files with 3 additions and 1 deletions

View File

@ -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]