Windows
a simple windows webserver that can be run as a desktop application or installed as a background service that runs on windows startup.
the server contains a dns server to redirect requests to the server or block them by redirecting to the localhost.
all https requests are redirected to the http index page.
the current server configuration is setup for the ps5 to redirect the user guide to the server and also allow internet access to the ps5 to allow the ps5 webbrowser to access youtube/google etc.
there is no html included so if you want to browse sites you will have to setup a page to display links to those sites so you can navigate to them with the ps5 browser.
the project uses .NET 4.6.1 and was compiled in visual studio 2019.
it uses the Griffin.Webserver nuget package and the DNS repo