tobychui / zoraxy

A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!
https://zoraxy.aroz.org
GNU Affero General Public License v3.0
3.09k stars 188 forks source link

[BUG] Not sure if I'm missing something #1

Closed the-bort-the closed 1 year ago

the-bort-the commented 1 year ago

Describe the bug After cloning, I'm not seeing how I'd run sudo ./zoraxy -port=:8000 - is this file somewhere else?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Browser (if it is a bug appears on the UI section of the system):

Host Environment (please complete the following information):

Additional context Add any other context about the problem here.

tobychui commented 1 year ago

Hi @the-bort-the,

Currently the project is still in development. If you want to try it out, you can use the release binary at https://github.com/tobychui/zoraxy/releases/tag/2.5

Otherwise, you will need a Go compiler to build the executable. You can do the following if you want to build from source.

git clone https://github.com/tobychui/zoraxy
cd zoraxy/src/
go build
sudo ./zoraxy -port=:8000

These will be on the website after I have finished the web design (hopefully within 2 - 3 days). In the mean-time, I would recommend you to try out the system using binary executable.

tobychui commented 1 year ago

Instruction added to readme and website. Closing this issue now.