Open hansr opened 1 year ago
diode -bind=\<port>:\<diode network address>:\<diode network port> needs to be extended to allow bind to a specific interface.
Right now, it always binds to localhost, and so you have to manually add a route in the OS from \<desired interface> -> localhost
Should be: diode -bind=\<interface>:\<port>:\<diode network address>:\<diode network port>
diode -bind=\<port>:\<diode network address>:\<diode network port> needs to be extended to allow bind to a specific interface.
Right now, it always binds to localhost, and so you have to manually add a route in the OS from \<desired interface> -> localhost
Should be: diode -bind=\<interface>:\<port>:\<diode network address>:\<diode network port>