kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Implimented domain manager and router #108

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

The manager is only on the account side so far. A few things need to be done with it still:

The router is also implemented, right now it listens on port 2080 because port 80 on my local machine conflicts. In production that will need to list on port 80 obviously. For right now the only thing the router does is just return some information, it can easily be extended to route the request to the correct port when the time comes.

Referencing issue #100