Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/adigitalife/yourls-http-proxy

Get remote content for YOURLS using an HTTP proxy
https://github.com/adigitalife/yourls-http-proxy

Last synced: 23 days ago
JSON representation

Get remote content for YOURLS using an HTTP proxy

Lists

README

        

# HTTP Proxy for YOURLS
This plugin adds HTTP proxy support for YOURLS. This is particularly useful when YOURLS is running behind a firewall (e.g. corporate intranet).

####Instructions:

1. Copy the 'http-proxy' folder to user/plugins/.
2. Enter the proxy server in the following line of plugin.php and save:
* `$proxy = 'http://PROXY_SERVER:PORT/'; // Define your proxy server here`
3. Activate the plugin in the YOURLS admin interface.

That's it.