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

View file

@ -40,12 +40,13 @@
It really works like a private tracker, but can be generated with one click of a button. It really works like a private tracker, but can be generated with one click of a button.
</p> </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"> <div id="hidden" style="display:none">
<h3>Your announce URL:</h3> <h3>Your announce URL:</h3>
<code class="url">https://privtracker.com/{{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>
<p>(You can also use any random string as the Room ID. We don't store it anywhere.)</p>
</div> </div>
<div> <div>