From 2c1512595048f835c2c9ef5f4e892cf7cd433d15 Mon Sep 17 00:00:00 2001 From: Shachindra Date: Sun, 30 Jun 2024 11:56:48 -0400 Subject: [PATCH] Updated README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4253951..989e5a5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # Erebrus -Erebrus is an open source VPN solution from NetSepio, that helps to deploy your own anonymous VPN solution in minutes. +Erebrus, a decentralized VPN, that ensures your privacy, security, and transparent data practices. It's open-source, ensuring no hidden data tracking or logging. Complementing it, our DePIN initiative lets anyone worldwide participate as a node, contributing either physical servers or virtual machines and earning incentives. With this, we pave the way for safer, decentralized Wi-Fi hotspots, making unreliable public Wi-Fi a thing of the past. For more details visit [here](https://erebrus.io). ## Features - Easy Client and Server management. - -- Supports REST and gRPC. - +- LibP2P integration for peer discovery +- Supports REST and gRPC (QUIC upcoming). - Email VPN configuration to clients easily. ## Deploy Erebrus Node @@ -22,15 +21,11 @@ For more details visit [here](https://erebrus.io). To deploy Erebrus, you need to follow the documentation given below, - First you will need to setup Wireguard and Watcher, for that use [setup docs](https://github.com/NetSepio/erebrus/blob/main/docs/setup.md). - - After setup , you will have choices for deploying Erebrus. Refer [Deploy docs](https://github.com/NetSepio/erebrus/blob/main/docs/deploy.md) ## API Docs -There was two types of docs available - -- you can refer docs from github [here](https://github.com/NetSepio/erebrus/blob/main/docs/docs.md) - -- Download Postman collection for Erebrus from [here](https://github.com/NetSepio/erebrus/blob/main/docs/Erebrus.postman_collection.json) +Download Postman collection for Erebrus from [here](https://github.com/NetSepio/erebrus/blob/main/docs/Erebrus.postman_collection.json). There are two types of docs available: +- You can refer docs from github [here](https://github.com/NetSepio/erebrus/blob/main/docs/docs.md) - There is a web based doc available on Erebrus route /docs.You can refer it after deployment