Skip to content

fitting/dnsproxy

Repository files navigation

DNS PROXY FACTORY

The proxy factory creates an updateable DNS proxy that allows for rewriting DNS entries to different IP's at runtime by calling a restful service.

USAGE

The proxy factory is setup in a multi-module approach. The project is contains the following modules:

  • Client (Rest client that can be used to call the restful service)
  • Domain (domain objects that are use by the client and the server)
  • Factory (Web module that serves the restful service)
  • Server (Proxy server)

To start the factory do the following:

  • mvn clean install (build the modules)
  • cd factory
  • mvn jetty:run (start the service)

CODE

The server is based on the opensource project jhttpp2.sourceforge.net

About

Fitting DNS Proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages