Versions in this module
v0
Sep 25, 2023
Sep 24, 2023
Sep 19, 2023
Sep 19, 2023
Sep 14, 2023
Changes in this version
Sep 11, 2023
Sep 11, 2023
Sep 7, 2023
Sep 4, 2023
Sep 3, 2023
Sep 1, 2023
Aug 31, 2023
Aug 31, 2023
Aug 30, 2023
Aug 30, 2023
Aug 28, 2023
Changes in this version
Aug 23, 2023
Aug 23, 2023
Aug 22, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Aug 16, 2023
Aug 16, 2023
Aug 14, 2023
Aug 13, 2023
Aug 13, 2023
Aug 13, 2023
Aug 13, 2023
Aug 13, 2023
Aug 13, 2023
Aug 12, 2023
Aug 11, 2023
Aug 8, 2023
Aug 8, 2023
Aug 5, 2023
Aug 2, 2023
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Jul 30, 2023
Jul 30, 2023
Jul 29, 2023
Jul 29, 2023
Jul 28, 2023
Jul 27, 2023
Changes in this version
+
func ActivateInterface(ctx context.Context, name string) error
—
darwin/amd64, linux/amd64, windows/amd64
+
func DeactivateInterface(ctx context.Context, name string) error
—
darwin/amd64, linux/amd64, windows/amd64
+
func InterfaceNetwork(ifaceName string, forAddr netip.Addr, ipv6 bool) (netip.Prefix, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewKernel(ctx context.Context, name string, mtu uint32) error
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewTUN(ctx context.Context, name string, mtu uint32) (realName string, closer func(), err error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func RemoveInterface(ctx context.Context, ifaceName string) error
—
darwin/amd64, linux/amd64, windows/amd64
+
func SetInterfaceAddress(ctx context.Context, name string, addr netip.Prefix) error
—
darwin/amd64, linux/amd64, windows/amd64