Opened 12 years ago
Closed 12 years ago
#1586 closed Enhancement (invalid)
Allow local-network acces on embedded devices by default
Reported by: | Waldorf | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | libtransmission | Version: | 1.41 |
Severity: | Normal | Keywords: | |
Cc: |
Description
In short: #define TR_DEFAULT_RPC_WHITELIST "192.168.*.*,10.0.*.*" when TR_EMBEDDED is set.
Attachments (1)
Change History (5)
Changed 12 years ago by Waldorf
comment:1 Changed 12 years ago by KyleK
comment:2 Changed 12 years ago by livings124
- Milestone changed from 1.50 to None Set
- Resolution set to wontfix
- Status changed from new to closed
If a user turns on the whitelist, it's best to have everything off by default (except for the single default, of course). KyleK makes a good point as well.
comment:3 Changed 12 years ago by charles
- Resolution wontfix deleted
- Status changed from closed to reopened
comment:4 Changed 12 years ago by charles
- Resolution set to invalid
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
This assumes that everyone's local network is in the 192.168.*.* address range, which is not necesarily the case: http://en.wikipedia.org/wiki/Private_IP_address
Is it that big of a problem to start transmission-daemon once with the "-a" argument? After that the whitelist is stored in settings.json, so you won't have to add it everytime.