proxy.php

Simple redirection proxy
git clone git://git.finwo.net/misc/proxy.php
Log | Files | Refs | README

commit a7ee80851d061a6ffdc5ff8dee7ba86f2a503dd2
parent 6b38ad0dc0653c0bf097b64588b9e1c730d6d2c7
Author: Robin Bron <robin@finwo.nl>
Date:   Thu, 22 Dec 2016 14:53:41 +0100

Added readme

Diffstat:
AREADME.md | 16++++++++++++++++
Aconfig/.gitignore | 2++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,16 @@ +# finwo / proxy + +Simple redirection proxy + +----- + +### Contributing + +After checking the [Github issues](https://github.com/finwo/proxy/issues) and confirming that your request isn't already being worked on, feel free to spawn a new fork of the develop branch & send in a pull request. + + +The develop branch is merged periodically into the master after confirming it's stable, to make sure the master always contains a production-ready version. + +----- + +All other information can be found under data/index.md diff --git a/config/.gitignore b/config/.gitignore @@ -0,0 +1,2 @@ +*.local.yml +*.local.php