This commit is contained in:
parent
3fbaf7aeb6
commit
7e545cef95
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user