From 84e7a0a230faefd7fb2f3ee607b56a67c5877a1d Mon Sep 17 00:00:00 2001
From: Ulna <30731799+ulnasensei@users.noreply.github.com>
Date: Sat, 2 Sep 2023 14:48:11 +0300
Subject: [PATCH 1/2] changed hardcoded url to use hostname
---
docs/index.html | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 147438f..b29fdec 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,22 +7,26 @@
PrivTracker - Private BitTorrent tracker for everyone
@@ -44,7 +48,7 @@
Your announce URL:
-
https://privtracker.com/{{room}}/announce
+
https://{{hostname}}/{{room}}/announce
(You can also use any random string as the Room ID. We don't store it anywhere.)
@@ -56,7 +60,7 @@
- File → New…
- Select file to share
- - In Trackers field enter
https://privtracker.com/{{room}}/announce
+ - In Trackers field enter
https://{{hostname}}/{{room}}/announce
- Select Private torrent
- Click New
- Click Add in next window
@@ -68,7 +72,8 @@
- File → Create Torrent File…
- Select file to share
- - Click + under Trackers field and enter
https://privtracker.com/{{room}}/announce
+ - Click + under Trackers field and enter
https://{{hostname}}/{{room}}/announce
- Select Private
- Select Open when created
- Click Create
@@ -80,4 +85,4 @@