Versions in this module Expand all Collapse all v1 v1.3.0 Nov 8, 2022 v1.2.2 Oct 23, 2022 Changes in this version + type ClientPacketConnFunc func(server string) (net.PacketConn, error) + func NewClientFakeTCPConnFunc(obfsPassword string) ClientPacketConnFunc + func NewClientUDPConnFunc(obfsPassword string) ClientPacketConnFunc + func NewClientWeChatConnFunc(obfsPassword string) ClientPacketConnFunc + type ClientPacketConnFuncFactory func(obfsPassword string) ClientPacketConnFunc + type ServerPacketConnFunc func(listen string) (net.PacketConn, error) + func NewServerFakeTCPConnFunc(obfsPassword string) ServerPacketConnFunc + func NewServerUDPConnFunc(obfsPassword string) ServerPacketConnFunc + func NewServerWeChatConnFunc(obfsPassword string) ServerPacketConnFunc + type ServerPacketConnFuncFactory func(obfsPassword string) ServerPacketConnFunc