fixed readme, composes, netclient push/pull

This commit is contained in:
afeiszli
2021-06-01 00:36:08 +00:00
parent 0ffb590b99
commit 963a3d1b92
17 changed files with 190 additions and 63 deletions

View File

@@ -116,7 +116,6 @@ func updateIntClient(w http.ResponseWriter, r *http.Request) {
json.NewEncoder(w).Encode(client)
}
func RegisterIntClient(client models.IntClient) (models.IntClient, error) {
if client.PrivateKey == "" {
privateKey, err := wgtypes.GeneratePrivateKey()