Results 1 issues of Miles Chen

This PR adds socks5 proxy support to redpanda/console (fka kowl). Refer [RFC 1928](https://rfc-editor.org/rfc/rfc1928.html) and [RFC 1929](https://rfc-editor.org/rfc/rfc1929.html). Usage: ``` ssh -N -D localhost:1080 export all_proxy=socks5h://localhost:1080 export KAFKA_BROKERS= ./console ```