hadouken / hadouken

A cross-platform, headless BitTorrent client with low memory footprint.
MIT License
324 stars 42 forks source link

Option to specify network interface for BitTorrent session #197

Open vktr opened 9 years ago

vktr commented 9 years ago

Add an option to the configuration file so one can specify the listen interface to bind the BitTorrent session to.

Something like,

{
  "bittorrent":
  {
    "listenInterface": "0.0.0.0"
  }
}
diizzyy commented 8 years ago

Both address and/or interface would be desirable.