From: Matteo Nastasi Date: Sun, 12 Feb 2012 18:12:25 +0000 (+0100) Subject: minimal doc added X-Git-Tag: v0.0.2~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=overhosts.git;a=commitdiff_plain;h=855960176ab2d7471ca6cd83e2d31b046150194d minimal doc added --- diff --git a/README b/README new file mode 100644 index 0000000..92cf863 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +Environment variables: + +OVERHOSTS_ALIASES - pipe separated list of aliased hosts +OVERHOSTS_REAL - the target of host aliases + +Usage: + +$ export OVERHOSTS_ALIASES="alias1|alias2|alias3" +$ export OVERHOSTS_REAL="targethost" +$ LD_PRELOAD=overhosts.so +