mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:54:25 +02:00
temporary test against birarda's domain server
This commit is contained in:
parent
04f3398466
commit
31b93b036e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int simulate_on = 1;
|
|||
//
|
||||
|
||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||
char DOMAIN_IP[100] = ""; // IP Address will be used first if not empty string
|
||||
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be used first if not empty string
|
||||
const int DOMAINSERVER_PORT = 40102;
|
||||
|
||||
AgentList agentList;
|
||||
|
|
Loading…
Reference in a new issue