diff --git a/utils/callback.go b/utils/callback.go index 306b68f..db1ca59 100644 --- a/utils/callback.go +++ b/utils/callback.go @@ -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 {