请问大佬们能增加个使用socks5 or http代理通道进行tcping httping的功能吗?
类似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
https://github.com/cloverstd/tcping/pull/19#issue-798983576
你好,我帮你临时编译了一个最新版本 https://github.com/sxueck/tcping/releases/tag/v0.1.2
你好,我帮你临时编译了一个最新版本 https://github.com/sxueck/tcping/releases/tag/v0.1.2
谢谢哈~~ 可以用了
你好,我帮你临时编译了一个最新版本 https://github.com/sxueck/tcping/releases/tag/v0.1.2
你好, 反馈个bug, 你给我编译的v0.1.2这个版本没办法直接使用ipv6地址, 加上 [ ] 双括号也不行, 提示冒号过多~~