{
    "server_name": "thebookflight.com",
    "server_addr": "184.168.115.157",
    "outgoing_ip_checks": [
        {
            "service": "https:\/\/api.ipify.org?format=json",
            "response": "{\"ip\":\"184.168.115.157\"}",
            "error": null
        },
        {
            "service": "https:\/\/httpbin.org\/ip",
            "response": "<html>\r\n<head><title>503 Service Temporarily Unavailable<\/title><\/head>\r\n<body>\r\n<center><h1>503 Service Temporarily Unavailable<\/h1><\/center>\r\n<\/body>\r\n<\/html>",
            "error": null
        },
        {
            "service": "https:\/\/ifconfig.me\/ip",
            "response": "184.168.115.157",
            "error": null
        }
    ]
}