Versions in this module Expand all Collapse all v1 v1.1.1 Oct 24, 2024 v1.1.0 Oct 14, 2024 Changes in this version + var ErrIPsMaxedOut error = fmt.Errorf("maximum IPs limit reached") + func GenIPAddr(offset int, cidr string) (string, error) + func GeneratePublicKey(privateKey string) ([]byte, error) + func GenerateWgKeys() ([]byte, []byte, error) + func Ptr[T any](t T) *T + type Client interface + Stop func() error + Sync func(conf []byte) error + func NewClient(ifName string) (Client, error)