hackernews-TUI
hackernews-TUI copied to clipboard
How to configure proxy?
I set http and https proxy before invoke hacknews_tui
export https_proxy=http://127.0.0.1:6152;export http_proxy=http://127.0.0.1:6152
But it did not work. I didn't find how to config http proxy in config file either.
Hi @sleetdrop. I have never used proxy server before, so I'm not sure how this works as well as how to implement the support. I'll try to read more about those when I have time.
That said, any PR is welcome.