glide icon indicating copy to clipboard operation
glide copied to clipboard

working behind proxy

Open hlltarakci opened this issue 8 years ago • 4 comments

How can i set up a proxy for glide? thanks

hlltarakci avatar May 03 '17 05:05 hlltarakci

set http_proxy=http://proxy_server:port

ymruan avatar May 19 '17 04:05 ymruan

what if sock5 proxy?

ghost avatar Nov 23 '17 12:11 ghost

what if sock5 proxy?

http_proxy=socks5://proxy_server:port

didxga avatar Mar 28 '18 08:03 didxga

you can use

https_proxy=http://proxy_server:port

for HTTPS servers

wrfly avatar Apr 24 '18 17:04 wrfly