Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTuic ¶
func NewTuic(option *dialer.GlobalOption, iOption dialer.InstanceOption, link string) (*dialer.Dialer, error)
Types ¶
type Tuic ¶
type Tuic struct { Name string Server string Port int User string Password string Sni string AllowInsecure bool DisableSni bool CongestionControl string Alpn []string Protocol string UdpRelayMode string }
func ParseTuicURL ¶
func ParseTuicURL(u string, option *dialer.GlobalOption) (data *Tuic, err error)
func (*Tuic) Dialer ¶
func (s *Tuic) Dialer(option *dialer.GlobalOption, iOption dialer.InstanceOption) (*dialer.Dialer, error)
func (*Tuic) ExportToURL ¶
Click to show internal directories.
Click to hide internal directories.