Skip to content

Sets the Peer-Port of Transmission to a Port of Perfect Privacy's Default Port-Forwarding

License

Notifications You must be signed in to change notification settings

Mave95/transmission-peerport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

transmission-peerport

Sets the Peer-Port of Transmission to a Port of Perfect Privacy's Default Port-Forwarding

Installation

Debian/Ubuntu:

$ apt install golang git
$ git clone https://github.com/Mave95/transmission-peerport.git

Usage

Change the following line in transmission-peerport.go to fit your Transmission config:

transmission, err := transmissionrpc.New("127.0.0.1", "transmission", "transmission", nil)
$ go run transmission-peerport.go

It is recommended to run this script every couple of minutes to keep the Peer-Port up to date. One way to do so is by using a Cronjob like this:

*/15 * * * * /usr/bin/go run /$PATH/transmission-peerport.go

About

Sets the Peer-Port of Transmission to a Port of Perfect Privacy's Default Port-Forwarding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages