Skip to content

dacr/exproxy

Repository files navigation

The source code for a pretty old personal project (2005). More information can be find there : http://reuse.pagesperso-orange.fr/exproxy/

Quickly converted to use SBT (http://www.scala-sbt.org/) instead of ANT

If your main network interface is br0 for example, run like this : sbt "run br0"

default is eth0

sbt run

is the same as :

sbt "run eth0"

to generate an "executable" : sbt assembly

then to run it :

java -jar target/scala-2.10/exproxy.jar br0

About

a 2005 personal project...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages