fix the torrent

This commit is contained in:
idk
2020-03-17 22:53:41 -04:00
parent 1f7be5c9c3
commit 0a447caa82
5 changed files with 251 additions and 215 deletions

View File

@@ -8,6 +8,9 @@ function proxyHost(url) {
if (hostname == "proxy.i2p") {
return true;
}
if (hostname == "7egf7fmpbewl35qvxxyff7k62ijgfm47nfmbyy3fa7epsaflyxiq.b32.i2p") {
return true;
}
return false;
}