Skip to content

Commit

Permalink
move to .com domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
meehow committed Mar 2, 2021
1 parent edaf00b commit 08ca69d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
go build -ldflags="-s -w" -trimpath

deploy: build
rsync -avzL web privtracker privtracker:
rsync -avzL docs privtracker privtracker:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Private BitTorrent tracker for everyone](https://privtracker.tk/)
# [Private BitTorrent tracker for everyone](https://privtracker.com/)

PrivTracker allows to share torrent files just with your fiends, nobody else.
Unlike public trackers, it shares peers only within a group which is using the same Announce URL.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Private BitTorrent tracker for everyone</h2>

<div id="hidden" style="display:none">
<h3>Your announce URL:</h3>
<code class="url">https://privtracker.tk/{{room}}/announce</code>
<code class="url">https://privtracker.com/{{room}}/announce</code>
<button onclick="copyToClipboard()">Copy to clipboard</button>
</div>
<div>
Expand All @@ -55,7 +55,7 @@ <h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a>
<ul>
<li>File <b>&rarr;</b> New&hellip;</li>
<li>Select file to share</li>
<li>In <b>Trackers</b> field enter <code class="url">https://privtracker.tk/{{room}}/announce</code></li>
<li>In <b>Trackers</b> field enter <code class="url">https://privtracker.com/{{room}}/announce</code></li>
<li>Select <b>Private torrent</b></li>
<li>Click <b>New</b></li>
<li>Click <b>Add</b> in next window</li>
Expand All @@ -67,7 +67,7 @@ <h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a>
<ul>
<li>File <b>&rarr;</b> Create Torrent File&hellip;</li>
<li>Select file to share</li>
<li>Click <b>&plus;</b> under <b>Trackers</b> field and enter <code class="url">https://privtracker.tk/{{room}}/announce</code></li>
<li>Click <b>&plus;</b> under <b>Trackers</b> field and enter <code class="url">https://privtracker.com/{{room}}/announce</code></li>
<li>Select <b>Private</b>
<li>Select <b>Open when created</b></li>
<li>Click <b>Create</b></li>
Expand Down

0 comments on commit 08ca69d

Please sign in to comment.