Files
ofvp_Server/README.md
T

925 B

What is OFVp Server?

OFVp Server is a tunneling server via SSH and Wireguard. It has a Rest API and management written entirely in Javascript.

It has several tools to circumvent internet censorship or to release internet access again, if the operator has it blocked.

This project is under development in Brazil, so depending on the region, certain places will catch on and others will not, we accept patches for that.

Pre-installed Softwares

  • Wireguard.
  • OpenSSH Server.
  • BadVPN.
  • Python 3.
  • Node (lts).

Requirements

  • Docker and Docker Compose.
  • MongoDB.

For MongoDB: At the root of this project there is a ready-to-use docker-compose.yml, it also comes with a MongoDB container.

With Wireguard Server

  • Kernel Linux 5.5+.
  • Wireguard Module in the host system kernel.
    • Debian/Ubuntu System base: # apt install wireguard

Mainteners