Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultConfigFileName = "v2ray_config.json"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PID int32 `json:"pid"` API *APIConfig `json:"api"` Proxy *ProxyConfig `json:"-"` VMess *VMessConfig `json:"-"` }
func (*Config) WriteToFile ¶
type ProxyConfig ¶
type ProxyConfig struct {
Port uint16 `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.