#2137 closed patch (Duplicate)
Add announce_ip support
Reported by: | gkuenning | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | Core | Version: | 1.3.5 |
Keywords: | Cc: |
Description
Deluge can't be used as a seeder from behind a NAT firewall, even if the firewall is configured to forward the appropriate ports, because there is no way to announce the true IP to the tracker.
The enclosed patch modifies deluge 1.3.5 to add a -T switch (alias --libtorrent) that allows an announce_ip parameter to be passed to libtorrent. It also modifies libtorrent itself to correctly process that parameter.
As a pleasant side effect, all other libtorrent options can now be passed through from deluge.
Attachments (1)
Change History (5)
Changed 11 years ago by gkuenning
comment:1 Changed 11 years ago by Cas
- Milestone changed from Future to 1.4.0
comment:2 Changed 11 years ago by Cas
- Resolution set to duplicate
- Status changed from new to closed
Duplicate: #1384
comment:3 Changed 8 years ago by Cas
- Milestone changed from 2.0.x to 2.0
Note: See
TracTickets for help on using
tickets.
Patch to add announce_ip support