A web portal for GB mobile adapter connections via serial (and wifi). (not yet)
Dummy Servers based of REON work. (pretty much 1 for 1 atm)
HTTP Folder structur, is copied from REON as well.
Both DNS server and POP run at the same time. Should work on Windows, Linux and MacOS.
// Current Progress (These should be working)
- Dummy DNS (WIP)
- Dummy Pop (WIP)
- HTTP server (very basic feature)
// Todo
- Maybe add more things
- Try implement relay server
// How to use
Will run on Port 53 and 110 by default
go run main.go
##To specify custom DNS port
go run main.go -dport 55