2024-04-22 14:30:24 +08:00
2024-04-22 14:24:18 +08:00
2024-04-22 13:57:55 +08:00
2024-04-22 13:57:55 +08:00
2024-04-22 14:29:16 +08:00
2024-04-22 14:30:24 +08:00
2024-04-22 13:57:55 +08:00

Tcping GO

一个使用go写的小工具用于检测TCP端口是否开放。

使用方法

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)
Description
No description provided
Readme 51 KiB
Release 1.2.0 Latest
2026-01-22 19:00:54 +08:00
Languages
Go 73%
Makefile 27%