vpgen/README.md
2025-03-03 15:39:37 -08:00

598 B

VPGen

One-click WireGuard config generator, work in progress.

Why?

Make it easier to share VPN access with friends/family, making use of (my) existing networking infrastructure.

How?

Currently, the supported backend is OPNsense. VPGen just creates WireGuard clients on the configured interface via the OPNsense API.

Future plans include supporting other API backends, e.g. Netmaker

Development

Development uses bun.

For example .env settings, see .env.example

bun install
bun run dev