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)