Reverse-Proxy for exposing the Host through a Firewall.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Ivan Olexyn 8cdfed0d96
~ cleanup.
5 years ago
embedded ~ cleanup. 5 years ago
forward ~ cleanup. 5 years ago
helper ~ cleanup. 5 years ago
legacy ~ cleanup. 5 years ago
mirror ~ cleanup. 5 years ago
reverse + querying for supply implemented. 5 years ago
LICENSE.md + servlets interact 5 years ago
README.md ~ cleanup. 5 years ago
TODO.md ~ cleanup. 5 years ago
build-install-all.sh ~ overhaul for simple debugging. 5 years ago
overview.png + querying for supply implemented. 5 years ago
overview.uxf + querying for supply implemented. 5 years ago

README.md

About

The goal of this project is to bypass the limitations caused by ISPs blocking incoming connections. It is estimated to require two servlets - one on the webhost (mispbridge), and one on the localhost (mispclient).


Overview


Run / Deploy


How to Run / Debug

  • com.olexyn.misp.embedded.RunAll.main()

How to Deploy

  • Set the URIs in code.
  • Build (e.g. with build-install-all.sh)
  • Put the generated forward-0.1.war in a servlet container (e.g. Jetty).
  • Launch the reverse-0.1.jar on your host.

TODO