From 5752bd95df0ce4719ad6dab6e3245d8d4ea66990 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Fri, 21 Apr 2023 11:41:05 +0000 Subject: [PATCH] ligess with VPN --- nostr/ligess.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nostr/ligess.md b/nostr/ligess.md index a04c27c..4da6a21 100644 --- a/nostr/ligess.md +++ b/nostr/ligess.md @@ -55,6 +55,12 @@ LIGESS_LND_MACAROON= LIGESS_NOSTR_ZAPPER_PRIVATE_KEY= ``` +* a faster and more reliable option is to use your own VPN between the node and the VPS + * set up [Tailscale](https://tailscale.com/download/), [ZeroTier](https://www.zerotier.com/download/) or your own Wireguard config on both + * fill in the config as above, but skip the `LIGESS_TOR_PROXY_URL` and use the VPN address of the node + ``` + LIGESS_LND_REST=https://:8080 + ``` ## Run the server * in `tmux` to keep running after the terminal is closed