From a593b348dd20f521a88ea52064b627f2395a0b32 Mon Sep 17 00:00:00 2001 From: Andrea Draghetti Date: Mon, 2 Dec 2024 15:05:28 +0100 Subject: [PATCH] --- index.html | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..cc6baf3 --- /dev/null +++ b/index.html @@ -0,0 +1,204 @@ + + + + + + + +Magnet Link Generator - Generate Custom Magnet Links for BitTorrent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

BitTorrent Magnet Link Generator

+
+ + +
+

This tool generates a BitTorrent Magnet Link based on a given hash value and optionally a custom resource name. You can also provide the "hash" and "name" parameters as URL GET parameters, and they will be automatically filled into the form.

+

Customize the trackers by editing the list below. These will be included in the generated magnet link to ensure better availability and downloading speed.

+
+ +
+ +
+ + +
+ + +
+ + +
+ + + + + +
+ Magnet Link: + +
+ + +
+ + + These trackers are sourced from the TrackersList project. +
+
+
+ + + + + + + + + + + + + + \ No newline at end of file -- 2.39.5