Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Outbound ¶
type Outbound struct { // 給人類看的 名稱 Name string `json:"ps,omitempty"` // 連接地址 Add string `json:"add,omitempty"` // 連接端口 Port string `json:"port,omitempty"` // 連接主機名 Host string `json:"host,omitempty"` // 加密方案 TLS string `json:"tls,omitempty"` // 使用的網路協議 Net string `json:"net,omitempty"` // websocket 請求路徑 Path string `json:"path,omitempty"` // 用戶身份識別碼 UserID string `json:"id,omitempty"` // 另外一個可選的用戶id AlterID string `json:"aid,omitempty"` // Security 加密方式 Security string `json:"type,omitempty"` // 用戶等級 Level string `json:"v,omitempty"` }
Outbound 可用的 出棧 配置
func AnalyzeString ¶ added in v1.2.2
AnalyzeString 分享 鏈接
Click to show internal directories.
Click to hide internal directories.