VUE дизайн
This commit is contained in:
@@ -14,6 +14,7 @@ func GetProxyList() []ProxyInfo {
|
||||
}
|
||||
|
||||
proxyInfo := ProxyInfo{
|
||||
Name: proxyConfig.Name,
|
||||
Enable: proxyConfig.Enable,
|
||||
ExternalDomain: proxyConfig.ExternalDomain,
|
||||
LocalAddress: proxyConfig.LocalAddress,
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
package proxy
|
||||
|
||||
type ProxyInfo struct {
|
||||
Enable bool `json:"enable"`
|
||||
ExternalDomain string `json:"external_domain"`
|
||||
LocalAddress string `json:"local_address"`
|
||||
LocalPort string `json:"local_port"`
|
||||
ServiceHTTPSuse bool `json:"service_https_use"`
|
||||
AutoHTTPS bool `json:"auto_https"`
|
||||
AutoCreateSSL bool `json:"auto_create_ssl"`
|
||||
Status string `json:"status"`
|
||||
Name string `json:"Name"`
|
||||
Enable bool `json:"Enable"`
|
||||
ExternalDomain string `json:"ExternalDomain"`
|
||||
LocalAddress string `json:"LocalAddress"`
|
||||
LocalPort string `json:"LocalPort"`
|
||||
ServiceHTTPSuse bool `json:"ServiceHTTPSuse"`
|
||||
AutoHTTPS bool `json:"AutoHTTPS"`
|
||||
AutoCreateSSL bool `json:"AutoCreateSSL"`
|
||||
Status string `json:"Status"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user