feat: add ssh to linux server

This commit is contained in:
fengcaiwen
2023-10-29 11:11:08 +08:00
committed by naison
parent faf7c5eff3
commit b2458c2020
33 changed files with 3047 additions and 377 deletions

View File

@@ -160,8 +160,8 @@ func (h tunHandler) printRoute() {
sb.WriteString(fmt.Sprintf("to: %s, route: %s\n", key, strings.Join(s, " ")))
}
})
fmt.Println(sb.String())
fmt.Println(i)
log.Debug(sb.String())
log.Debug(i)
}
}
}