DarkLBP / Forward-Proxy

A simple Java socket forward proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FORWARD PROXY

A simple proxy that forwards incoming connections to the specified host and port

Usage

Run the application with two parameters being the first what to listen and the second where to forward

Arguments example: 127.0.0.1:8080 127.0.0.1:80

About

A simple Java socket forward proxy


Languages

Language:Java 100.0%