HeshamTB
8e798706e3
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
7 lines
86 B
Go
7 lines
86 B
Go
package templates
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed client.ini.tmpl
|
|
var ClientINI string
|