diff --git a/app.js b/app.js index 3a28345..9984ab8 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,7 @@ const port = process.env.NODE_PORT || '3000'; app.all( "/*", requestProxy({ - url: "http://piratebayztemzmv.onion/*", + url: "https://piratebayztemzmv.onion/*", }) );