From 1fe4dd3dd6b9e32709d70b39cb56c6d8b9c88c3b Mon Sep 17 00:00:00 2001 From: Colin Crossman Date: Tue, 12 Oct 2021 18:06:20 -0600 Subject: [PATCH] Update app.json for Tor on Heroku Add heroku buildpack for Tor integration --- app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 79e8c6b..82ae344 100644 --- a/app.json +++ b/app.json @@ -20,7 +20,9 @@ }, "buildpacks": [ { - "url": "https://github.com/heroku/heroku-buildpack-go", + "url": "https://github.com/heroku/heroku-buildpack-go" + }, + { "url": "https://github.com/iamashks/heroku-buildpack-tor-proxy.git" } ]