IPCheck - Proxy Checker
- Live at https://tools.wmflabs.org/ipcheck/
- Development staging at https://tools.wmflabs.org/ipcheck-dev/
Requires PHP 7.2.
cp credentials.php.dist credentials.phpand fill in your API keys.cp webhostconfig.php.dist webhostconfig.phpand fill in your webhost detection settings.cp oauth.ini.dist oauth.iniand fill in your OAuth consumer keys.cp config.dist.php config.phpand change the configuration to your liking.composer installcd public_html && php -S localhost:8000
You should now be up and running at http://localhost:8000
- There are some tips / hints at EXPLANATION.md
- Please don't hesitate to send a pull request for this file!
- Instructions on using the API can be found at API.MD