Skip to content

redpwn/rvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rVPN

control-plane

Contains the code for the control plane

To run binary run go run . in the cmd/control-plane folder

Migrations

To run migrations we use https://github.com/golang-migrate/migrate . In order to run migrations,

client

Contains the code for the client

To run binary run go run . in the cmd/client folder