enproxy icon indicating copy to clipboard operation
enproxy copied to clipboard

how to install ans run server and client ?

Open ingnelson opened this issue 5 years ago • 1 comments

Hello.

can you tell me how to install and run on server (ubuntu vps ) ?

ingnelson avatar Aug 27 '20 17:08 ingnelson

You'll need to install Go.

Then, you can run the following to get the client and server:

go get github.com/getlantern/enproxy/test/client
go get github.com/getlantern/enproxy/test/server

oxtoacart avatar Aug 31 '20 18:08 oxtoacart