提交 ba6f41d0 authored 作者: blu's avatar blu

feature: reverse debug tunnel

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