YouROK / TorrServer

Torrent stream server
GNU General Public License v3.0
1.35k stars 179 forks source link

[Feature request] Security improvement: add explicit network interface binding #279

Closed vassoz closed 11 months ago

vassoz commented 11 months ago

Such configuration option will prevent the IP exposure by binding the server to a VPN interface explicitly.

tsynik commented 11 months ago

Such configuration option will prevent the IP exposure by binding the server to a VPN interface explicitly.

You can use TorrentAddr server startup param for that purpose. By default it's :32000 but you can explicitly define which address and port torrent will work with, ex. 127.0.0.1:32777