From 2af1717eb3dfcff9cc20dfb08e7196f30b9ed7ed Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Sun, 13 May 2018 16:15:52 +0200 Subject: [PATCH] Add proxy stuff to teh TO DO list in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7f858a..448e4da 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,11 @@ This will add a Workspace folder linked to a SSH (SFTP) session: * Allow loading (or automatically use) sessions from .ssh/config * ~~An icon for the extension~~ **DONE** *(not the best, but eh)* * ~~Configuring a deleted (but active) configuration should show the old config~~ **DONE** +* Add proxy support for SOCKS 4 and SOCKS 5 **EXPERIMENTAL** + * A quick test makes it seem like it works + * Need to check for (common) errors, configuration issues, ... + * Load proxy config from PuTTY session if given **DONE** + * Do more tests using (non-)PuTTY sessions, other (public?) proxies, ... * Better error handling * Everything *seems* fine, but I haven't tested (a lot of) error situations * ~~Handle wrong password/key/... properly~~ **DONE**