/rvpn

Identity based VPNs made easy

Primary LanguageGo

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