mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-26 07:18:37 -06:00
Generate 32 character room ID
This commit is contained in:
parent
58670ea7a7
commit
b0e3387fb0
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
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>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<button onclick="copyToClipboard()">Copy to clipboard</button>
|
<button onclick="copyToClipboard()">Copy to clipboard</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h2>How to create private torrent?</h2>
|
<h2>How to create private torrent?</h2>
|
||||||
<h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a> on Linux:</h3>
|
<h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a> on Linux:</h3>
|
||||||
|
|
Loading…
Reference in a new issue