mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-26 07:18:37 -06:00
Merge pull request #4 from SinTan1729/master
Change the Room ID length from 16 to 32
This commit is contained in:
commit
9a9dc8e10e
1 changed files with 3 additions and 2 deletions
|
@ -40,15 +40,16 @@
|
|||
It really works like a private tracker, but can be generated with one click of a button.
|
||||
</p>
|
||||
|
||||
<button onclick="makeRoom(16)">I'm in. Generate private tracker for me</button>
|
||||
<button onclick="makeRoom(32)">I'm in. Generate private tracker for me</button>
|
||||
|
||||
<div id="hidden" style="display:none">
|
||||
<h3>Your announce URL:</h3>
|
||||
<code class="url">https://privtracker.com/{{room}}/announce</code>
|
||||
<button onclick="copyToClipboard()">Copy to clipboard</button>
|
||||
<p>(You can also use any random string as the Room ID. We don't store it anywhere.)</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
|
||||
</div>
|
||||
<h2>How to create private torrent?</h2>
|
||||
<h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a> on Linux:</h3>
|
||||
|
|
Loading…
Reference in a new issue