You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
I am launching my zedrem server on a computer at work which is behind a firewall+proxy. The proxy at my work allows https (port 443) pass-through. I am trying to connect using zed on my chromebook from home.
To include the automatic detection and utilization of a proxy server using pieces of the technique I found here (I would be querying environment variables http_proxy and https_proxy): https://gist.github.com/madmo/8548738
I'm assuming that as long as I return a valid websocket.Conn object, things will work as expected. Is this a reasonable assumption?
Are there other connections set up elsewhere in the code that also need to be modified to use a proxy?