.\wanchk.py

This commit is contained in:
gun-trang
2026-02-02 15:26:01 +07:00
parent f2646f59de
commit ecdcb8d624

5
wanchk.py Normal file
View File

@@ -0,0 +1,5 @@
import urllib.request
external_ip = urllib.request.urlopen('https://ident.me').read().decode('utf8')
print(external_ip)