Convert magnet links to .torrent files

Add a configuration setting for the local bind address/source IP#168

Open
Opened 5/19/20250 commentsby jwodder
jwodder

- Possible setting name: `inet.bind-address` - The value is an IP address as a string. - This bind address should be used when connecting to HTTP trackers (via `reqwest::ClientBuilder::local_address()`), UDP trackers (via `tokio::net::UdpSocket::bind()`), and peers (via `tokio::net::TcpSocket::bind()`). - Use of this setting forces the IP version setting(s) (#169) accordingly; if they conflict, error.

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by jwodder and has received 0 comments.

Add a comment
Comment form would go here