-
Notifications
You must be signed in to change notification settings - Fork 2
/
doc.go
32 lines (32 loc) · 893 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Erebrus
//
// Erebrus is an open source VPN solution from The Lazarus Network, that helps to deploy your own VPN solution in
// minutes.The vision of Erebrus is to deliver Cyber security to everyone .
//
// Features of Erebrus were, Easy Client and Server management, Supports REST and gRPC, Email VPN configuration to clients easily.
//
// This documentation guides you, How to use Erebrus endpoints and It's Request and Response briefly.
//
// Schemes: http, https
// Host: localhost
// BasePath: /api/v1.0
// Version: 1.0.0
// License: GPL-3.0 https://opensource.org/licenses/GPL-3.0
// Contact: Sambath Kumar <[email protected]>
//
// Consumes:
// - application/json
// - application/x-protobuf
//
// Produces:
// - application/json
// - application/x-protobuf
// - application/config
//
//
//
//
//
//
// swagger:meta
package main