linuxmint / warpinator

Share files across the LAN
GNU General Public License v3.0
1.17k stars 80 forks source link

Should listen on all IP addressses for an interface. #216

Open chipzhang opened 1 month ago

chipzhang commented 1 month ago

Distribution

Mint 20

Package version

1.4.5

Frequency

Always

Bug description

I am using Warpinator in LinuxMint v20.

My computer's Ethernet card have multiple IPs. I inspected its status using command like netstat, I found that Warpinator only listens to the first IP address of the network interface, thus the connection fails since the the other device connects to the computer via the second IP address.

There is neither UI options nor command line switches, that can manually specify listening IP.

The program should listen on all IP for the selected interface automatically. Or add an option, so the user can set the listening IP manually or listen on 0.0.0.0.

Thanks!

Steps to reproduce

The same as above.

Expected behavior

The same as above.

Additional information

No response