projects
/
overhosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e215bf
)
minimal doc added
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 12 Feb 2012 18:12:25 +0000
(19:12 +0100)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 12 Feb 2012 18:12:25 +0000
(19:12 +0100)
README
[new file with mode: 0644]
patch
|
blob
diff --git a/README
b/README
new file mode 100644
(file)
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 <progname>
+