Skip to content

usbredirect: listen on correct address

Previously, usbredirect would ignore the listen address passed via --as <addr>:<port>, and would always listen on the loopback interface. This corrects that behavior.

Merge request reports