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.98k stars 311 forks source link

Specify a different interface #44

Open squid22 opened 3 years ago

squid22 commented 3 years ago

How can I specify a different interface on a system with multiple network interfaces?

sebastianmorsony commented 2 years ago

It says it listens on all adresses. Have you tried to access all the ips?

felmoltor commented 1 month ago

Addressed here: https://github.com/felmoltor/updog3