diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Need interface option for bind #117

Open hansr opened 11 months ago

hansr commented 11 months 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>