brngklp / warper

A Linux helper for Cloudflare's 1.1.1.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warper

A Linux Helper For CloudFlare’s Warp.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Warper requires the latest ‘python3’ and ‘make’ packages. To install them write the command below to your terminal.

For Debian based distros;

sudo apt install make python3

For Arch based distros;

sudo pacman -S make python3

Install

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

Usage

warper <on/off/status> https://i.imgur.com/BoKYuHA.png

Built With

Python

Contributing

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.

Authors

Baran Gökalp

License

This project is licensed under the MPL-2.0 License - see the LICENSE file for details

About

A Linux helper for Cloudflare's 1.1.1.1

License:Mozilla Public License 2.0


Languages

Language:Python 88.9%Language:Makefile 11.1%