/ipcheck

IPCheck - Proxy Checker

Primary LanguagePHPOtherNOASSERTION

ipcheck

IPCheck - Proxy Checker

Installation

Requires PHP 7.2.

  1. cp credentials.php.dist credentials.php and fill in your API keys.
  2. cp webhostconfig.php.dist webhostconfig.php and fill in your webhost detection settings.
  3. cp oauth.ini.dist oauth.ini and fill in your OAuth consumer keys.
  4. composer install
  5. cd public_html && php -S localhost:8000

You should now be up and running at http://localhost:8000

Interpreting results

  • There are some tips / hints at EXPLANATION.md
    • Please don't hesitate to send a pull request for this file!

API

  • Instructions on using the API can be found at API.MD