View Single Post
NecroBear
AlliedModders Donor
Join Date: Jun 2018
Old 12-16-2019 , 08:34   Re: [ANY] ProxyKiller - Configurable Proxy & VPN player manager
Reply With Quote #7

Anyone who knows how to configure the ProxyKiller.Config to work with: https://blackbox.ipinfo.app/lookup/

Since it only returns a "Y" for yes or a "N" for no

EDIT: Nvm figured it out.

For people who wanna use the same website
Code:
"ProxyKiller"
{
    "blackbox.ipinfo.app"
    {
        "method"    "GET"
        "url"       "https://blackbox.ipinfo.app/lookup/{ip}"
        "response"
        {
           "value" "Y"
        }
}

Last edited by NecroBear; 12-16-2019 at 08:57.
NecroBear is offline