-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问大佬们能增加个使用socks5 or http代理通道进行tcping httping的功能吗? #30
Comments
我不会编译哈, 用的Releases版的, 貌似还没这功能... |
你好,我帮你临时编译了一个最新版本 |
谢谢哈~~ 可以用了 |
你好, 反馈个bug, 你给我编译的v0.1.2这个版本没办法直接使用ipv6地址, 加上 [ ] 双括号也不行, 提示冒号过多~~ |
please use English |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
类似curl -x参数那样 达到效果如下
tcping google.com 443 -x socks5://127.0.0.1:8888 这样
tcping google.com 443 -x http(https)://127.0.0.1:6666这样
另外在最后输出结果那里, 有办法直接输出检测成功与否的方法吗?
比如tcping或者httping一个网站, 我不要具体结果, 只需要它这个端口是否开通, http是否200
The text was updated successfully, but these errors were encountered: