mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 18:47:35 +00:00
[Server] Configuration Issues Checker (LAN Detection) (#2283)
* LAN detect * Add more checks, consolidate logic * Tweaks * Tweaks * Update world_config.cpp * Tweak logic * Add DNS resolution * Delete task runner after being used * JSON path notation adjust
This commit is contained in:
@@ -68,6 +68,8 @@ public:
|
||||
static void SetWorldAddress(std::string addr) { if (_world_config) _world_config->WorldAddress=addr; }
|
||||
static void SetLocalAddress(std::string addr) { if (_world_config) _world_config->LocalAddress=addr; }
|
||||
|
||||
static void CheckForPossibleConfigurationIssues();
|
||||
|
||||
void Dump() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user