Mirror site is read only www.netnr.com
netnr/ tcping 2022-01-18 11:30
Linux TCP ping
apt-get install tcptraceroute -y # 依赖

# 一键安装
wget -O /usr/bin/tcping https://raw.githubusercontent.com/deajan/tcpping/master/tcpping && chmod 755 /usr/bin/tcping
wget -O /usr/bin/tcping http://www.vdberg.org/~richard/tcpping && chmod 755 /usr/bin/tcping # 另一个源


# help
https://github.com/deajan/tcpping