Compare commits

...

1 Commits

Author SHA1 Message Date
李寻欢
7e545cef95 🐛 Fix a bug. 2023-12-10 09:29:17 +08:00

View File

@@ -35,7 +35,7 @@ func SetCallback(userHost string) {
}
port := 19099
if userHost != "" {
if userHost != "" && userHost != "auto" {
uh := strings.Split(strings.TrimSpace(userHost), ":")
host = uh[0]
if len(uh) == 2 {