From ad657463050035bc7c9f5a30a3a6729860be431d Mon Sep 17 00:00:00 2001 From: i3h Date: Tue, 21 Jul 2020 11:27:37 +0800 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7022fb..65e6443 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Introduction -TCPING is ping probe command line tool, supporting ICMP, TCP and HTTP protocols. +Tcping is ping probe command line tool, supporting ICMP, TCP and HTTP protocols. -You can also use it to query IP information from third-party api provider (currently we use [https://ip-api.com](https://ip-api.com)). +You can also use it to query IP information from [https://ifconfig.is](https://ifconfig.is). # Features @@ -99,8 +99,6 @@ See the [LICENSE](https://github.com/i3h/tcping/blob/master/LICENSE.md) file for # Acknowledgements -[https://ip-api.com](https://ip-api.com) - [lmas/icmp_ping.go](https://gist.github.com/lmas/c13d1c9de3b2224f9c26435eb56e6ef3) [sparrc/go-ping](https://github.com/sparrc/go-ping)