Skip to content

Quick setup for using Proximo as a SOCKS proxy for all requests

License

Notifications You must be signed in to change notification settings

pirateradio/proximo-socks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple class for configuring a SOCKS proxy to use the Proximo add-on in Heroku.

Usage

Add the Proximo add-on to your Heroku app

heroku addons:add proximo

Add this module to your Java project

Maven

<dependency>
    <groupId>com.palominolabs.heroku</groupId>
    <artifactId>proximo-socks</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

compile 'com.palominolabs.heroku:proximo-socks:1.0.0'

Use the module

import com.palominolabs.heroku.Proximo
…
Proximo.setup()

That's it. All requests should now be proxied through Proximo.

About

Quick setup for using Proximo as a SOCKS proxy for all requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 100.0%