Java Proxy Server
 
 
Go to file
Vyacheslav N. Boyko 1646652c69 added readme 2018-10-27 19:59:20 +03:00
img added readme 2018-10-27 19:51:00 +03:00
src implemented web UI for managing multiple proxy servers instances 2018-10-27 19:39:05 +03:00
.gitignore implemented web UI for managing multiple proxy servers instances 2018-10-27 19:09:38 +03:00
LICENSE Initial commit 2018-10-23 07:46:52 +03:00
README.md added readme 2018-10-27 19:59:20 +03:00
jProxy.ipr implemented web UI for managing multiple proxy servers instances 2018-10-27 19:39:05 +03:00
jProxy.iws added readme 2018-10-27 19:59:20 +03:00
jproxy.iml implemented web UI for managing multiple proxy servers instances 2018-10-27 19:39:05 +03:00
pom.xml implemented web UI for managing multiple proxy servers instances 2018-10-27 19:39:05 +03:00

README.md

JProxy

Project aimed to create multiply proxy servers and to manage them via web UI.

Libraries and Frameworks

  1. Java 8 (only tested)
  2. Maven
  3. SpringBoot 2.0.6
  4. H2 database (embedded)
  5. JMapper (from google)

How to Install and Run

Installation

1. Clone from repo or download a zip

$ wget https://github.com/bvn13/JProxy/archive/master.zip

2. Unzip it

$ unzip master.zip

3. Run maven

$ cd JProxy-master

$ mvn package

DONE

Running

$ java -jar target/jproxy-1.0-jar

now open http://localhost:8080/

DEFAULTS:

  • USER: user
  • PASSWORD: pass123
  • change it in /src/main/resources/application.properties

screenshots

very simple web UI

very simple web UI

very simple web UI