File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 start up a container:
8
+ If you want to run a complete 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
@@ -23,7 +23,7 @@ Now you have to build your own image as follows:
23
23
24
24
After building the docker image successfully you can start up a container:
25
25
26
- ` docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb /opentracker-docker `
26
+ ` docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 yourfancyname /opentracker `
27
27
28
28
29
29
## How to whitelist your opentracker torrents
@@ -43,9 +43,9 @@ Example whitelist.txt:
43
43
890123456789abcdef0123456789abcdef012345
44
44
```
45
45
46
- After the docker image was successfully built you can start a container:
46
+ After the docker image was successfully built you can start a new container:
47
47
48
- ` docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb /opentracker-docker `
48
+ ` docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 yourfancyname /opentracker `
49
49
50
50
## How to blacklist some torrents
51
51
Just follow the steps from obove but paste the ` info_hashes ` into the ` blacklist.txt ` file and uncomment line 41 in the ` opentracker.conf ` file.
You can’t perform that action at this time.
0 commit comments