Search found 5 matches

by san3roy
Wed May 04, 2016 8:07 pm
Forum: General
Topic: How to Bind Multiple IPv4 using bind-address-ipv4 settings?
Replies: 2
Views: 19094

Re: How to Bind Multiple IPv4 using bind-address-ipv4 settings?

x190 wrote:I think you are missing the point - that setting is there so that you can bind to only one specific address.
I need to bind more than one IP address or is it possible to add a range of Ips like 10.10.10.10 to 10.10.10.20 or may be a subnet like 10.10.10.1/29
by san3roy
Wed May 04, 2016 11:21 am
Forum: General
Topic: How to Bind Multiple IPv4 using bind-address-ipv4 settings?
Replies: 2
Views: 19094

How to Bind Multiple IPv4 using bind-address-ipv4 settings?

Hello,

How can I bind multiple IP address with IPv4 socket using bind-address-ipv4
i have tried with multiple IPv4 like
"bind-address-ipv4": "10.10.10.10,10.10.10.11,10.10.10.12",
"bind-address-ipv4": "10.10.10.10","10.10.10.11","10.10.10.12",
Even I added multiple bind-address-ipv4 like
"bind ...
by san3roy
Fri Mar 18, 2016 2:14 am
Forum: General
Topic: How to modify user-agent name in transmission linux
Replies: 4
Views: 7496

Re: How to modify user-agent name in transmission linux

x190 wrote:session.h

#define TR_NAME "Transmission"
hello sir
is it possible to make changes in default package in Debian 8. I mean i have installed the software with

Code: Select all

apt-get install transmission transmission-daemon -y
thank you for your reply
by san3roy
Thu Mar 17, 2016 3:14 pm
Forum: General
Topic: How to modify user-agent name in transmission linux
Replies: 4
Views: 7496

Re: How to modify user-agent name in transmission linux

You cannot tell clients how to display your client, they're only getting a peed ID from you. If you change peer ID prefix (say, changing "TR" part to something else), you'd need to let each of other clients' authors know how to display it for them to change their software, or hope that they'll ...
by san3roy
Thu Mar 17, 2016 9:45 am
Forum: General
Topic: How to modify user-agent name in transmission linux
Replies: 4
Views: 7496

How to modify user-agent name in transmission linux

Hello Everyone,

i have build a custom application and used transmission 2.48 in a Debian box. I need to change the user-agent name transmission 2.48 to something else.
i need to show my application name in any torrent client when they got peer from transmission. please help me if anyone know how ...