From 720ee2ba74022f08c1df8fc84144e1d51ce11118 Mon Sep 17 00:00:00 2001
From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com>
Date: Wed, 29 Jun 2022 15:13:26 +0100
Subject: [PATCH] ping.pe
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 3e135a5..9c4265c 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg)
1. [Monitor all new TCP connections](#mtc-anchor)
1. [Alert on all new TCP connections](#atc-anchor)
1. [Find your public IP address](#pip-anchor)
+ 1. [Check reachability from around the world](#pingpe-anchor)
1. [File Encoding and Transfer](#fe-anchor)
1. [uuencode](#feu-anchor)
1. [openssl](#feo-anchor)
@@ -217,6 +218,11 @@ Get geolocation information about any IP address:
curl https://ipinfo.io/8.8.8.8 | jq
```
+
+**3.vi. Check reachability from around the world**
+
+The fine people at [https://ping.pe/](https://ping.pe/) let you ping a host from around the world, check TCP ports, resolve a domain name, ...and many other things.
+
---