From ecdcb8d62494928ff11cf7e69d8dd5e576ceac39 Mon Sep 17 00:00:00 2001 From: gun-trang Date: Mon, 2 Feb 2026 15:26:01 +0700 Subject: [PATCH] .\wanchk.py --- wanchk.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wanchk.py diff --git a/wanchk.py b/wanchk.py new file mode 100644 index 0000000..c4900b6 --- /dev/null +++ b/wanchk.py @@ -0,0 +1,5 @@ +import urllib.request + +external_ip = urllib.request.urlopen('https://ident.me').read().decode('utf8') + +print(external_ip)