Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
remove tor2web gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Feb 12, 2017
1 parent c8f4da2 commit 77133f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/linx.py
Expand Up @@ -19,9 +19,6 @@ def linx(phenny, input, short=False):
return

try:

url = url.replace(".onion/", ".onion.to/")

r = requests.get("https://linx.vtluug.org/upload?", params={"url": url}, headers={"Accept": "application/json"})
if "url" in r.json():
phenny.reply(r.json()["url"])
Expand Down

0 comments on commit 77133f7

Please sign in to comment.