twilight icon indicating copy to clipboard operation
twilight copied to clipboard

Add SOCKS5/HTTP proxy support

Open ChaserZ98 opened this issue 11 months ago • 1 comments

Developers under networks with strict firewall rules may not have access to discord server directly. The twilight-http-proxy might provide a possible solution to set up a http proxy to provide access to discord RESTful api. But that would require extra setup cost and it doesn't give a solution to websocket access.

A less costy and more flexible solution would be providing an option for developers to use their own HTTP/SOCKS5 proxy url and make HTTP/websocket connection through that url.

The following crates might be useful in implementing this feature.

ChaserZ98 avatar Mar 24 '25 14:03 ChaserZ98