How can I find the public facing IP for my net work in Python?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
This is simple as
whatismyip.org is better... it just tosses back the ip as plaintext with no extraneous crap.
But yeah, it's impossible to do it easily without relying on something outside the network itself.