Skip to content

Commit 0adea98

Browse files
authored
Update README.md
1 parent a3683c0 commit 0adea98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
With this repo you can easily run your own instance of the opentracker for bitorrent.
66

77
## 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:
99

1010
`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`
1111

@@ -23,7 +23,7 @@ Now you have to build your own image as follows:
2323

2424
After building the docker image successfully you can start up a container:
2525

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`
2727

2828

2929
## How to whitelist your opentracker torrents
@@ -43,9 +43,9 @@ Example whitelist.txt:
4343
890123456789abcdef0123456789abcdef012345
4444
```
4545

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:
4747

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`
4949

5050
## How to blacklist some torrents
5151
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.

0 commit comments

Comments
 (0)