mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-26 07:18:37 -06:00
move to .com domain name
This commit is contained in:
parent
edaf00b803
commit
08ca69d1a5
3 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -2,4 +2,4 @@ build:
|
||||||
go build -ldflags="-s -w" -trimpath
|
go build -ldflags="-s -w" -trimpath
|
||||||
|
|
||||||
deploy: build
|
deploy: build
|
||||||
rsync -avzL web privtracker privtracker:
|
rsync -avzL docs privtracker privtracker:
|
||||||
|
|
|
@ -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.
|
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.
|
Unlike public trackers, it shares peers only within a group which is using the same Announce URL.
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
<div id="hidden" style="display:none">
|
<div id="hidden" style="display:none">
|
||||||
<h3>Your announce URL:</h3>
|
<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>
|
<button onclick="copyToClipboard()">Copy to clipboard</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>File <b>→</b> New…</li>
|
<li>File <b>→</b> New…</li>
|
||||||
<li>Select file to share</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>Select <b>Private torrent</b></li>
|
||||||
<li>Click <b>New</b></li>
|
<li>Click <b>New</b></li>
|
||||||
<li>Click <b>Add</b> in next window</li>
|
<li>Click <b>Add</b> in next window</li>
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>File <b>→</b> Create Torrent File…</li>
|
<li>File <b>→</b> Create Torrent File…</li>
|
||||||
<li>Select file to share</li>
|
<li>Select file to share</li>
|
||||||
<li>Click <b>+</b> under <b>Trackers</b> field and enter <code class="url">https://privtracker.tk/{{room}}/announce</code></li>
|
<li>Click <b>+</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>Private</b>
|
||||||
<li>Select <b>Open when created</b></li>
|
<li>Select <b>Open when created</b></li>
|
||||||
<li>Click <b>Create</b></li>
|
<li>Click <b>Create</b></li>
|
||||||
|
|
Loading…
Reference in a new issue