I'd like to configure the web interface to allow local users (i.e. 192.168.0.*) to add/remove/view torrents without requiring a password, while users from all other addresses (i.e. not on my subnet) should give a password.
However, the options in settings.json seem to require that either all users must give a password, or no one needs to.
Is it possible for me to set the web interface up in this way?
Require authentication only from external IP addresses
Re: Require authentication only from external IP addresses
So, I couldn't find any way of doing this. In the end, I downloaded the source, modified libtransmission/rpc-server.c to have the behaviour I wanted, and used this version.
Re: Require authentication only from external IP addresses
Would be nice if this was a feature.
-
- Posts: 1
- Joined: Sun Jan 22, 2012 7:53 pm
Re: Require authentication only from external IP addresses
I too would like to have this feature, unfortunately I'm not an experienced Linux user and so I'm not familiar with how to modify the source, what modifications to make, or even how to recompile.richante wrote:So, I couldn't find any way of doing this. In the end, I downloaded the source, modified libtransmission/rpc-server.c to have the behaviour I wanted, and used this version.
Could you post how you did this as I woul very much like to do the same?
Re: Require authentication only from external IP addresses
I would also be interested in learning how you did this so that I could make the same changes.