diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 02:10:55 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 02:25:15 +0200 |
commit | 9a2a5edacc95c630d37d1215b0c7c938f82b998d (patch) | |
tree | 8838f1eb8e64e4f2b40ebc19b77998b3891ef8d0 /interimap.sample | |
parent | cc842e127d380255524ee8ccf465d63596b2a870 (diff) |
Add the ability to proxy TCP connections through a SOCKSv5 proxy.
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interimap.sample b/interimap.sample index bbf8c42..a6dc450 100644 --- a/interimap.sample +++ b/interimap.sample @@ -13,6 +13,7 @@ null-stderr = YES # type = imaps host = imap.guilhem.org # port = 993 +#proxy = socks5h://localhost:9050 username = guilhem password = xxxxxxxxxxxxxxxx #compress = YES |