switch back to EC2 domain server

This commit is contained in:
Stephen Birarda 2013-02-21 15:02:33 -08:00
parent 008223b847
commit 4a60c5a07b

View file

@ -55,7 +55,7 @@ int simulate_on = 1;
const int MAX_PACKET_SIZE = 1500;
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be used first if not empty string
char DOMAIN_IP[100] = ""; // IP Address will be used first if not empty string
const int DOMAINSERVER_PORT = 40102;
AgentList agentList;