Merge pull request #4 from SinTan1729/master

Change the Room ID length from 16 to 32
This commit is contained in:
meehow 2022-12-15 10:10:58 +01:00 committed by GitHub
commit 9a9dc8e10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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>