Update app.json for Tor on Heroku

Add heroku buildpack for Tor integration
This commit is contained in:
Colin Crossman 2021-10-12 18:06:20 -06:00 committed by GitHub
parent 5dd2c2cdb5
commit 1fe4dd3dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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"
}
]