Hey Plugin Developers, today im working on a Plugin which needs the Server Adress. I want to know how i could get the ip of my Server. Does anyone know how i could get it?
Utils::getIP() uses a list of online API to fetch server external ip. When one doesn't work, fallback to the next one. It is a static API function. It also caches the result.
Utils::getIP() uses a list of online API to fetch server external ip. When one doesn't work, fallback to the next one. It is a static API function. It also caches the result.