init: repository

This commit is contained in:
2024-04-22 13:57:55 +08:00
commit 19e607fa69
6 changed files with 169 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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)
```