sc0tfree / updog

Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth.
MIT License
2.96k stars 311 forks source link

Easier way to access the site #34

Open kush5683 opened 3 years ago

kush5683 commented 3 years ago

Prints IP in the console along with success print out

sc0tfree commented 3 years ago

What about multi-homed systems? I fear that if this spits out an RFC 1918 IP when, in fact, another interface is serving on a publicly-facing IP, that could be misleading.

kush5683 commented 3 years ago

What do you think of the QR code addition?