hvpn-node3/templates/templates.go
HeshamTB 8e798706e3 WIP: create new peers server-side
Creates a new peer server-side.
    - Gen keys
    - Allocate IP
    - Add to WG Link
    - Respond with a read wg config for the client to use
2024-03-27 09:28:13 +03:00

7 lines
86 B
Go

package templates
import _ "embed"
//go:embed client.ini.tmpl
var ClientINI string