goHaxServer is a HaxServer alternative written with Go.
- Cross-platform server to launch kernel exploit on WiiU
- DNS server to filter access to update servers
- Responsive web page for best usage on WiiU internet browser
- Configure your server with file
conf/app.conf
- Run goHaxServer from command line :
- Linux or MacOS :
./goHaxServer
orsudo ./goHaxServer
- Windows :
goHaxServer
- Linux or MacOS :
- Go to homepage goHaxServer with server IP on WiiU internet browser. Example : http://192.168.0.1:8080/
Run goHaxServer as root or with root privilege to configure HTTP server on port 80. Check you don't have another web server running, and do the same for DNS server to use the embedded server.
- [beego] (https://github.com/astaxie/beego)
- [DNS library] (https://github.com/miekg/dns)