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