Files
tcping-go/README.md
2024-04-22 13:57:55 +08:00

18 lines
491 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Tcping GO
一个使用go写的小工具用于检测TCP端口是否开放。
## 使用方法
```shell
tcping -h
Usage of tcping:
-c, --count int 测试次数默认为4次 (default 4)
-h, --help 显示帮助信息
-t, --infinite 无限次测试
-6, --ipv6 使用 IPv6需搭配域名使用
-p, --port int 端口默认为80 (default 80)
-s, --timeout duration 超时时间默认为2秒 (default 2s)
```