提交 1170aa65 authored 作者: blu's avatar blu

feature: reverse debug tunnel

上级 f704e85e
......@@ -205,7 +205,7 @@ int createReverseTun(string host, int port, string user, string _password, threa
closeFun(); return -1;
}
spdlog::info("tun orwarding connection from remote %s:%d to local %s:%d\n",
spdlog::info("tun forwarding connection from remote {}:{}{} to local {}:{}\n",
remote_listenhost, remote_listenport, local_destip, local_destport);
/* Must use non-blocking IO hereafter due to the current libssh2 API */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论