From 5dd2c2cdb546b811a573c5520ee1616ef8c9adfa Mon Sep 17 00:00:00 2001 From: Colin Crossman Date: Fri, 8 Oct 2021 22:33:55 -0600 Subject: [PATCH] Update app.json For Heroku, add the Tor buildpack to allow for Tor connections. --- app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 61b21ae..79e8c6b 100644 --- a/app.json +++ b/app.json @@ -20,7 +20,8 @@ }, "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" } ] -} \ No newline at end of file +}