mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
11 lines
322 B
Go
11 lines
322 B
Go
package constant
|
|
|
|
type General struct {
|
|
Mode *string `json:"mode,omitempty"`
|
|
AllowLan *bool `json:"allow-lan,omitempty"`
|
|
Port *int `json:"port,omitempty"`
|
|
SocksPort *int `json:"socks-port,omitempty"`
|
|
RedirPort *int `json:"redir-port,omitempty"`
|
|
LogLevel *string `json:"log-level,omitempty"`
|
|
}
|