File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ If you solely want to run the opentracker instance for specific torrents you hav
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
34
2 . Open the ` whitelist.txt ` file in your favorite editor
35
- 3 . Copy & Paste your torrent info_hashes into the file
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
38
38
6 . Run ` docker build -t yourfancyname/opentracker . `
@@ -48,7 +48,7 @@ After the docker image was successfully built you can start a container:
48
48
` docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker `
49
49
50
50
## How to blacklist some torrents
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.
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.
52
52
53
53
## Thanks & Donations
54
54
[ Best wishes to the creators of opentracker!] ( http://erdgeist.org/arts/software/opentracker/ )
You can’t perform that action at this time.
0 commit comments