Documentation
¶
Index ¶
- func NodeID(n domain.Node) string
- func ParseAnyTLS(uri string) (domain.Node, error)
- func ParseClash(raw []byte) ([]domain.Node, error)
- func ParseHysteria(uri string) (domain.Node, error)
- func ParseHysteria2(uri string) (domain.Node, error)
- func ParseSOCKS(uri string) (domain.Node, error)
- func ParseShadowTLS(uri string) (domain.Node, error)
- func ParseShadowsocks(uri string) (domain.Node, error)
- func ParseTUIC(uri string) (domain.Node, error)
- func ParseTrojan(uri string) (domain.Node, error)
- func ParseVLess(uri string) (domain.Node, error)
- func ParseVMess(uri string) (domain.Node, error)
- func ParseWireGuard(uri string) (domain.Node, error)
- func ParseXray(raw []byte) ([]domain.Node, error)
- func Unbase64(s string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseShadowTLS ¶ added in v1.1.0
shadowtls://password@host:port?version=3&sni=example.com#remark
func ParseShadowsocks ¶ added in v1.1.0
SIP002 ss://base64(method:password)@host:port#remark, or the legacy form
func ParseVLess ¶
vless://uuid@host:port?...#remark
func ParseWireGuard ¶ added in v1.1.0
wireguard://private-key@host:port?publickey=...&address=10.0.0.2/32#remark
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.