This plugin adds HTTP proxy support for YOURLS. This is particularly useful when YOURLS is running behind a firewall (e.g. corporate intranet).
####Instructions:
- Copy the 'http-proxy' folder to user/plugins/.
- Enter the proxy server in the following line of plugin.php and save:
$proxy = 'http://PROXY_SERVER:PORT/'; // Define your proxy server here
- Activate the plugin in the YOURLS admin interface.
That's it.