Documentation ¶
Index ¶
Constants ¶
View Source
const ObfsTypeSalamander = "salamander"
Variables ¶
This section is empty.
Functions ¶
func NewSalamanderConn ¶
func NewSalamanderConn(conn net.PacketConn, password []byte) net.PacketConn
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options ClientOptions) (*Client, error)
func (*Client) CloseWithError ¶
func (*Client) ListenPacket ¶
type ClientOptions ¶
type SalamanderPacketConn ¶
type SalamanderPacketConn struct { net.PacketConn // contains filtered or unexported fields }
type ServerHandler ¶
type ServerHandler interface { N.TCPConnectionHandler N.UDPConnectionHandler }
type Service ¶
type Service[U comparable] struct { // contains filtered or unexported fields }
func NewService ¶
func NewService[U comparable](options ServiceOptions) (*Service[U], error)
func (*Service[U]) UpdateUsers ¶
type ServiceOptions ¶
type ServiceOptions struct { Context context.Context Logger logger.Logger BrutalDebug bool SendBPS uint64 ReceiveBPS uint64 IgnoreClientBandwidth bool SalamanderPassword string TLSConfig aTLS.ServerConfig UDPDisabled bool UDPTimeout time.Duration Handler ServerHandler MasqueradeHandler http.Handler }
type VectorisedSalamanderPacketConn ¶
type VectorisedSalamanderPacketConn struct { SalamanderPacketConn // contains filtered or unexported fields }
func (*VectorisedSalamanderPacketConn) WriteVectorisedPacket ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.