Skip to content

Commit

Permalink
Merge #874: Fix README HTTP port
Browse files Browse the repository at this point in the history
23c52b1 Fix REAADME HTTP port (Gabriel Grondin)

Pull request description:

  Fix incorrect HTTP port in the readme (was the udp port)

ACKs for top commit:
  josecelano:
    ACK 23c52b1

Tree-SHA512: cb6e3f0ff6a57be315b0ef19c04d01d7417d3584a05280ab64046a19139120b2e5f0f96958846172975df3bc54cfc35e47b8ebc4b32807bef6be501844fd078a
  • Loading branch information
josecelano committed May 20, 2024
2 parents 67e6cf1 + 23c52b1 commit 5478c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The following services are provided by the default configuration:
- UDP _(tracker)_
- `udp://127.0.0.1:6969/announce`.
- HTTP _(tracker)_
- `http://127.0.0.1:6969/announce`.
- `http://127.0.0.1:7070/announce`.
- API _(management)_
- `http://127.0.0.1:1212/api/v1/stats?token=MyAccessToken`.

Expand Down

0 comments on commit 5478c3d

Please sign in to comment.