diff --git a/wg/wg.go b/wg/wg.go index 9f962b5..4f388c1 100644 --- a/wg/wg.go +++ b/wg/wg.go @@ -99,7 +99,6 @@ func NewWireGuardService(interfaceName string, mtu int, reachableAt string, gene } func (s *WireGuardService) Close() { - s.client.Close() s.wgClient.Close() }