I use the Ubuntu terminal how to add IP ( add peer )?
thanks
I use the Ubuntu terminal how to add IP ( add peer )?
Re: I use the Ubuntu terminal how to add IP ( add peer )?
Please provide more details.
Re: I use the Ubuntu terminal how to add IP ( add peer )?
I think the Ubuntu terminal, to realize this picture of the function
There is no public IP. So it must be manually added internal IP
UBUNTU terminal how to realize this function? " Addpeer "There is no public IP. So it must be manually added internal IP
Re: I use the Ubuntu terminal how to add IP ( add peer )?
??????????????????
Re: I use the Ubuntu terminal how to add IP ( add peer )?
我想每个种子自动添加两个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
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
Re: I use the Ubuntu terminal how to add IP ( add peer )?
Sorry the translation is confusing me. Can you reword it differently please?
Re: I use the Ubuntu terminal how to add IP ( add peer )?
Thank you very much, I come from China.Use google translate.Cas wrote:Sorry the translation is confusing me. Can you reword it differently please?
How to use the terminal to add an IP address to the torrent.
Peer options add to the deluge of the IP address.
Re: I use the Ubuntu terminal how to add IP ( add peer )?
I hope every torrent can be auto add IP address: 223.192.191.20:60000 and 223.192.191.166:6000
Re: I use the Ubuntu terminal how to add IP ( add peer )?
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)