Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Juicity ¶
type Juicity struct { Name string Server string Port int User string Password string Sni string AllowInsecure bool CongestionControl string PinnedCertchainSha256 string Protocol string }
func (*Juicity) ExportToURL ¶
type SIP002 ¶
type SIP002 struct { Name string `json:"name"` Server string `json:"server"` Port int `json:"port"` Password string `json:"password"` Cipher string `json:"cipher"` Plugin SIP003 `json:"plugin"` }
func (*SIP002) ExportToURL ¶
type SIP003 ¶
type SIP003 struct { Name string `json:"name"` Opts SIP003Opts `json:"opts"` }
func ParseSIP003 ¶
type SIP003Opts ¶
type SIP003Opts struct { Tls string `json:"tls"` Obfs string `json:"obfs"` Host string `json:"host"` Path string `json:"uri"` }
func ParseSIP003Opts ¶
func ParseSIP003Opts(opts string) SIP003Opts
type SIP008 ¶
type SIP008 struct { Version int `json:"version"` Servers []SIP008Server `json:"servers"` BytesUsed int64 `json:"bytes_used"` BytesRemaining int64 `json:"bytes_remaining"` }
func (SIP008) ExportToString ¶
type SIP008Server ¶
type V2RayN ¶
type V2RayN struct { Ps string `json:"ps"` Add string `json:"add"` Port string `json:"port"` ID string `json:"id"` Aid string `json:"aid"` Net string `json:"net,omitempty"` Type string `json:"type,omitempty"` Host string `json:"host,omitempty"` Path string `json:"path,omitempty"` TLS string `json:"tls,omitempty"` Sni string `json:"sni,omitempty"` V string `json:"v"` }
func (*V2RayN) ExportToURL ¶
Click to show internal directories.
Click to hide internal directories.