Open kseistrup opened 10 years ago
+1 and need option for force TCP Relay (like for tor)
@kseistrup good point. we should use this "bind=" parameter from Bitcoin to initialize libtorrent's parameters. Most likely this should go into "listen_interface" string described in http://libtorrent.org/manual.html i'm not sure i'll be able to do this in near time though since i'm leaving on vacations next week...
@miguelfreitas if you – or somebody else – implements this, please remember that there can be multiple bind=
instances in the config file.
Bump
It is possibly to have
twisterd
listening in a given address and family by usingbind=
and possiblyonlynet=
intwister.conf
, e.g.:This goes well for port 28333. However, no matter what values I use in
twister.conf
twisterd will always listen on0.0.0.0:29333
– i.e., IPv4.