From 2a9d0416446f60f0ed9c87a81ebcb8fa8c06477b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 2 Apr 2021 12:09:30 -0400 Subject: [PATCH] add readme --- contrib/py/lnproxy/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/py/lnproxy/readme.md diff --git a/contrib/py/lnproxy/readme.md b/contrib/py/lnproxy/readme.md new file mode 100644 index 000000000..a04337f4b --- /dev/null +++ b/contrib/py/lnproxy/readme.md @@ -0,0 +1,9 @@ +# LN Proxy + +embedded lokinet that provides an http tunnel proxy (using http connect) + +if `python3-requests` is installed then we can bootstrap from url using `--bootstrap-url` flag + +usage: + + $ python3 -m lnproxy [--ip ip | --port port]