The Gladius Master Node software
This application runs as a the main connection point in the beta network. All connections are routed through one master node, and then the client is connected to the geographically nearest edge node.
The master node serves a skeleton site that contains links to the nearest edge node, the master node also serves Javascript to verify that this edge content matches the expected content by checking the SHA256 hash against what it should be.
Run go run cmd/main.go in the root directory. Make
sure you have 80 forwarded to 8081.