Skip to content

redpwn/rvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

577d431 · Jan 17, 2023

History

93 Commits
Jan 17, 2023
Jan 17, 2023
Jan 16, 2023
Jan 17, 2023
Jan 3, 2023
Dec 16, 2022
Jan 17, 2023
Jan 17, 2023
Jan 17, 2023
Jan 16, 2023
Jan 16, 2023
Jul 11, 2022
Jan 15, 2023
Jan 15, 2023

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