You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
With this repo you can easily run your own instance of the opentracker for bitorrent.
6
6
7
7
## How to run an _open_ opentracker
8
-
If you want to run a complety open tracker, just pull the docker image and spin up a container:
8
+
If you want to run a complety open tracker, just pull the docker image and start up a container:
9
9
10
10
`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`
11
11
@@ -16,22 +16,22 @@ This will bind the port `6969` to the docker container (UDP and TCP) and you're
16
16
17
17
If you want to config your opentracker instance, just download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/) and edit the `opentracker.conf` file.
18
18
19
-
Than you have to build your own image as follows:
19
+
Now you have to build your own image as follows:
20
20
1. Edit and save the `opentracker.conf` file
21
21
2. Open a terminal and `cd` into the project folder
22
22
3. Run `docker build -t yourfancyname/opentracker .`
23
23
24
-
After the docker image was successfully built you can start a container:
24
+
After building the docker image successfully you can start up a container:
25
25
26
26
`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`
27
27
28
28
29
29
## How to whitelist your opentracker torrents
30
-
If you just want to run the opentracker instance for specific torrents you have to whitelist them.
30
+
If you solely want to run the opentracker instance for specific torrents you have to whitelist them.
31
31
32
32
Follow these steps to whitelist your .torrent files:
33
33
1. Download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/)
34
-
2.Create a file in the project directory named `whitelist.txt`
34
+
2.Open the `whitelist.txt` file in your favorite editor
35
35
3. Copy & Paste your torrent info_hashes into the file
36
36
4. Uncomment line 37 in the `opentracker.conf`
37
37
5. Open a terminal and `cd` into the project folder
@@ -54,6 +54,6 @@ Just follow the steps from obove but paste the info_hashes into the `blacklist.t
54
54
[Best wishes to the creators of opentracker!](http://erdgeist.org/arts/software/opentracker/)
55
55
opentracker is _beerware_ so feel free to donate those guys a drink ;-)
56
56
57
-
If you like my work with the docker image for the opentracker, you can spend some bitcoins here ('cause I don't drink any beer):
57
+
If you like my work you can spend some bitcoins here ['cause I don't drink any beer ;-)]
0 commit comments