mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 21:14:22 +01:00
Oops cleaned a pasted line
This commit is contained in:
@@ -5,8 +5,6 @@ HiddenServicePort <%= traefik_http_port %> traefik:<%= traefik_http_port %>
|
|||||||
HiddenServicePort <%= traefik_https_port %> traefik:<%= traefik_https_port %>
|
HiddenServicePort <%= traefik_https_port %> traefik:<%= traefik_https_port %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (features.indexOf('lightning') != -1) { %>
|
|
||||||
|
|
||||||
<% if ( features.indexOf('lightning') != -1 && torifyables && torifyables.indexOf('tor_lightning') !== -1 && lightning_expose ) { %>
|
<% if ( features.indexOf('lightning') != -1 && torifyables && torifyables.indexOf('tor_lightning') !== -1 && lightning_expose ) { %>
|
||||||
HiddenServiceDir /tor/lightning/hidden_service/
|
HiddenServiceDir /tor/lightning/hidden_service/
|
||||||
HiddenServiceVersion 3
|
HiddenServiceVersion 3
|
||||||
|
|||||||
Reference in New Issue
Block a user