A Linux Helper For CloudFlare’s Warp.
These instructions will get you a copy of the project up and running on your local machine.
Warper requires the latest ‘python3’ and ‘make’ packages. To install them write the command below to your terminal.
sudo apt install make python3
sudo pacman -S make python3
To install warper to your system, You need to write the command below to your terminal.
git clone https://github.com/brngklp/warper.git ; cd warper ; sudo make install
To report bugs and suggest new feature use the issue tracker. If you have some code which you would like to be merged, then open a pull request.
Baran Gökalp
This project is licensed under the MPL-2.0 License - see the LICENSE file for details