mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
stop the loopback sanity check, timing off
This commit is contained in:
parent
73f6d9311d
commit
83952e7e32
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const int PHASE_DELAY_AT_90 = 20;
|
|||
|
||||
const int AGENT_LOOPBACK_MODIFIER = 307;
|
||||
|
||||
const int LOOPBACK_SANITY_CHECK = 1;
|
||||
const int LOOPBACK_SANITY_CHECK = 0;
|
||||
|
||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||
char DOMAIN_IP[100] = ""; // IP Address will be re-set by lookup on startup
|
||||
|
|
Loading…
Reference in a new issue