I use the Ubuntu terminal how to add IP ( add peer )?

General support for problems installing or using Deluge
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

I use the Ubuntu terminal how to add IP ( add peer )?
thanks
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by Cas »

Please provide more details.
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

I think the Ubuntu terminal, to realize this picture of the function
1.jpg
1.jpg (258.26 KiB) Viewed 5968 times
UBUNTU terminal how to realize this function? " Addpeer "
There is no public IP. So it must be manually added internal IP
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

??????????????????
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

我想每个种子自动添加两个IP.
223.192.191.1:500
223.192.191.2:500

I think every seed automatically adds two IP
223.192.191.1:500
223.192.191.2:500
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

?????
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by Cas »

Sorry the translation is confusing me. Can you reword it differently please?
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

Cas wrote:Sorry the translation is confusing me. Can you reword it differently please?
Thank you very much, I come from China.Use google translate.
How to use the terminal to add an IP address to the torrent.
Peer options add to the deluge of the IP address.
kissyc
Member
Member
Posts: 10
Joined: Sun Jan 13, 2013 5:41 am

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by kissyc »

I hope every torrent can be auto add IP address: 223.192.191.20:60000 and 223.192.191.166:6000
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: I use the Ubuntu terminal how to add IP ( add peer )?

Post by Cas »

It is possible using the Execute plugin and the Torrent Added event. You would need to write a script that uses the following method to add the peers to every torrent:

Code: Select all

client.core.connect_peer(torrent_id, ip, port)
Post Reply