This commit is contained in:
Kekskurse 2021-06-01 18:14:29 +02:00
parent c6de5b82e9
commit c1840caa36
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
)
func RemovePeer(deviceName, PeerPublicKey string) (error) {
func PeerRemove(deviceName, PeerPublicKey string) (error) {
client, err := wgctrl.New()
if err != nil {
return fmt.Errorf("Cant create wgctrl: %w", err)