net API - The most basic DNS system
How this works:
The DNS server constantly broadcasts out its information every 2 seconds on the specified port
The client APIs have a function to search for the next DNS server (they wait for the above information) which then sets the table containing the information to net.foundServer
Now the client APIs have the ability to call net.setDNS(net.foundServer.address) to lock to that DNS
With that the client APIs can now register and delete their URLs on this DNS server
Every other client who has that DNS server locked on too