View Single Post
ShaneAJM
AlliedModders Donor
Join Date: Aug 2017
Location: United States
Old 07-08-2020 , 01:50   Re: [ANY] ProxyKiller - Configurable Proxy & VPN player manager
Reply With Quote #17

Quote:
Originally Posted by OfficialSikari View Post
I am a little late, but could help to actually share the config and any possible error logs.
No worries, haven't gotten any errors but here's my config.

Code:
"ProxyKiller"
{
    "blackbox.ipinfo.app"
    {
        "method"    "GET"
        "url"       "https://blackbox.ipinfo.app/lookup/{ip}"
        "response"
        {
            "type"      "plaintext"
            "value"     "Y"
        }
    }
}
Tried with proxycheck io as well and still wasn't getting any results via plugin. HTTP requests were picking up though.

Last edited by ShaneAJM; 07-08-2020 at 01:50.
ShaneAJM is offline