Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e545cef95 |
@@ -35,7 +35,7 @@ func SetCallback(userHost string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
port := 19099
|
port := 19099
|
||||||
if userHost != "" {
|
if userHost != "" && userHost != "auto" {
|
||||||
uh := strings.Split(strings.TrimSpace(userHost), ":")
|
uh := strings.Split(strings.TrimSpace(userHost), ":")
|
||||||
host = uh[0]
|
host = uh[0]
|
||||||
if len(uh) == 2 {
|
if len(uh) == 2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user