# Functions
StartProxy is used to start a single proxy server.
# Variables
ProxyServer is the server datatype.
# Structs
AddServerReq is the incoming request for adding a server to the proxy.
AddServerRes is the response for /addServer request.
Server holds the data about a proxy server.
SyncMap is a custom sync map.