@@ -15,17 +15,17 @@ type DNS struct {
15
15
}
16
16
17
17
type Proxies struct {
18
- ExceptionList []string `json:"ExceptionList"` // default: ["*.local", "169.254/16"]
19
- FTPEnable string `json:"FTPEnable"`
20
- FTPPort int `json:"FTPPort"`
21
- FTPProxy string `json:"FTPProxy"`
22
- FTPUser string `json:"FTPUser"`
23
- HTTPEnable string `json:"HTTPEnable"`
24
- HTTPPort int `json:"HTTPPort"`
25
- HTTPProxy string `json:"HTTPProxy"`
26
- HTTPUser string `json:"HTTPUser"`
27
- HTTPSEnable string `json:"HTTPSEnable"`
28
- HTTPSPort int `json:"HTTPSPort"`
29
- HTTPSProxy string `json:"HTTPSProxy"`
30
- HTTPSUser string `json:"HTTPSUser"`
18
+ ExceptionList []string `json:"ExceptionList"` // default: ["*.local", "169.254/16"]
19
+ FTPEnable string `json:"FTPEnable"`
20
+ FTPPort interface {} `json:"FTPPort"`
21
+ FTPProxy string `json:"FTPProxy"`
22
+ FTPUser string `json:"FTPUser"`
23
+ HTTPEnable string `json:"HTTPEnable"`
24
+ HTTPPort interface {} `json:"HTTPPort"`
25
+ HTTPProxy string `json:"HTTPProxy"`
26
+ HTTPUser string `json:"HTTPUser"`
27
+ HTTPSEnable string `json:"HTTPSEnable"`
28
+ HTTPSPort interface {} `json:"HTTPSPort"`
29
+ HTTPSProxy string `json:"HTTPSProxy"`
30
+ HTTPSUser string `json:"HTTPSUser"`
31
31
}
0 commit comments