Closed the-bort-the closed 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.
Instruction added to readme and website. Closing this issue now.
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:
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.